一:Header

Ex:  3秒后跳转到主页:header("Refresh: 3; url=index.php");

缺点:header 前不能有输出

二:利用 <meta> 标签:

Ex: 3秒后跳转到主页:<meta http-equiv="refresh"  content="3"; url="index.php">;

三:利用 js:

 Ex: echo "<script>window.location.href='http://blog.163.com/skill_sun/blog/index.php';</script>";

相关文章:

  • 2022-01-10
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2021-12-31
猜你喜欢
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2021-08-03
  • 2021-12-15
  • 2021-09-24
相关资源
相似解决方案