摘要: 方法一: 输出“登录成功,正在跳转....”的提示,并在3秒之后跳转到百度首页.<?php echo "登录成功,正在跳转...."; header("refresh:3;url=http://www.baidu.com"); ?> 方法二:使用php的sleep()函数<?php print("登 阅读全文
posted @ 2022-03-02 10:46 楼前竹 阅读(244) 评论(0) 推荐(0)