php
header("location:helloworld.php")
header("Refresh:3;url=helloworld.php"); //会在3秒后执行跳转
html:
<meta http-equiv="refresh" content="3; url=http://www.baidu.com/" />
博客介绍了使用PHP实现页面跳转的方法,通过header(\Refresh:3;url=helloworld.php\)代码,可让页面在3秒后跳转到helloworld.php页面。
php
header("location:helloworld.php")
header("Refresh:3;url=helloworld.php"); //会在3秒后执行跳转
html:
<meta http-equiv="refresh" content="3; url=http://www.baidu.com/" />

被折叠的 条评论
为什么被折叠?