复制代码 代码如下:
//1
header("Location: index.php");
//2
echo '<scrīpt type="text/javascript">
window.location = "index.php";
</scrīpt>';
//3
echo "<META HTTP-EQUIV="Refresh" CONTENT="0; URL=index.php">";
时间: 2024-12-30 23:45:17
复制代码 代码如下:
//1
header("Location: index.php");
//2
echo '<scrīpt type="text/javascript">
window.location = "index.php";
</scrīpt>';
//3
echo "<META HTTP-EQUIV="Refresh" CONTENT="0; URL=index.php">";