📜  php 在几秒钟内重定向 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:10.278000             🧑  作者: Mango

代码示例2
header("url=thepage.php;refresh:3");
exit();
// The user will be redirected after 3 seconds to thepage.php