header()函数是PHP中进行页面跳转的一种方法,header()函数的主要功能是将HTTP协议标头(header)输出到浏览器。
<? //重定向浏览器 header("Location: https://www.51dev.com/ask/"); //确保重定向后,后续代码不会被执行 exit; ?>
本文标签:php 实现 页面 跳转 header 函数 使用
本文链接: https://www.51dev.com/php/126732
版权说明: 原创文章,未经授权请勿转载。