PHP and HTML refresh the current page, which will be used many times, so record it!
隐藏内容:登录后可查看
echo "<script language=JavaScript> location.replace(location.href);</script>";
echo '服务器忙,请<a href="javascript:document.location.reload()">刷新</a>页面,或稍后再试!谢谢!!';
exit;
html <meta> sets automatic refresh or jumps to the specified page within a few seconds
Automatically refresh at specified time:
隐藏内容:登录后可查看
<meta http-equiv="refresh" content="2"/>
Jump to the specified page at the specified time:
隐藏内容:登录后可查看
<meta http-equiv="refresh" content="5;URL=http://www.baidu.com"/>