🚀 重定向测试页面
Cloudflare Pages Functions 重定向示例
当前访问:
📋 功能说明
-
访问
/?a=1 时会随机重定向到百度或 Cloudflare 文档
- 没有
a=1 参数时显示此页面
- 重定向是随机的,每次访问可能跳转到不同网站
- 支持其他查询参数的组合
🎯 重定向目标
- 🔍 谷歌首页: https://www.google.com/
-
📚 Cloudflare 文档:
https://developers.cloudflare.com/pages/functions/get-started/
⚡ 技术实现
- 使用 Cloudflare Pages Functions
- 边缘计算,全球低延迟
- 服务端随机重定向逻辑
- 支持查询参数检测