黑帽联盟
标题:
PHP重定向的3种方式
[打印本页]
作者:
heimao
时间:
2017-2-14 22:50
标题:
PHP重定向的3种方式
php重定向的3种方式
//1
header("Location: index.php");
//2
echo '<scrīpt type="text/javascript">
window.location = "index.php";
</scrīpt>';
//3
echo "<META HTTP-EQUIV="Refresh" CONTENT="0; URL=index.php">";
复制代码
欢迎光临 黑帽联盟 (https://bbs.cnblackhat.com/)
Powered by Discuz! X2.5