You can do it with PHP:
(您可以使用PHP来做到这一点:)
header("Refresh:0");
It refreshes your current page, and if you need to redirect it to another page, use following:
(它会刷新您的当前页面,如果需要将其重定向到另一个页面,请使用以下命令:)
header("Refresh:0; url=page2.php");
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…