header('location:url');
header("Refresh:3;url=helloworld.php")
<?php sleep(3); header("location:url地址")?>
js:
window.location.href="helloworld.php"
setTimeout("window.location.href='helloworld.php'",3000);
window.location.assign("helloworld.php";
header('location:url');
header("Refresh:3;url=helloworld.php")
<?php sleep(3); header("location:url地址")?>
js:
window.location.href="helloworld.php"
setTimeout("window.location.href='helloworld.php'",3000);
window.location.assign("helloworld.php";
本文标题:php中实现页面跳转的几种方式
本文链接:https://www.haomeiwen.com/subject/uvlyeftx.html
网友评论