PHP页面跳转如何实现延时跳转
程序员文章站
2022-05-24 09:19:41
...
php在用header重定向的时候,可以设置下延时跳转,代码如下:
header("Refresh:5;url=index.php");
header("Refresh:5;url=index.php");