黑帽联盟

标题: PHP重定向的3种方式 [打印本页]

作者: heimao    时间: 2017-2-14 22:50
标题: PHP重定向的3种方式
php重定向的3种方式
  1. //1
  2. header("Location: index.php");

  3. //2
  4. echo '<scrīpt type="text/javascript">
  5. window.location = "index.php";
  6. </scrīpt>';

  7. //3
  8. echo "<META HTTP-EQUIV="Refresh" CONTENT="0; URL=index.php">";
复制代码





欢迎光临 黑帽联盟 (https://bbs.cnblackhat.com/) Powered by Discuz! X2.5