header()
php,header("Location: http://www.example.com");,
要实现PHP的header跳转,可以使用header()函数。header()函数用于发送原始HTTP报文头部信息给客户端,以下是一个简单的示例:
1、创建一个名为redirect.php的文件,然后在其中添加以下代码:
redirect.php
正在跳转到 {$target_url},请稍候...