PHP 重定向代码
以下使用 PHP header 函数重定向:
function redirect($url)
{
header("Location: $url");
exit();
}
猜你喜欢:
暂无回复。
PHP 重定向代码
以下使用 PHP header 函数重定向:
function redirect($url)
{
header("Location: $url");
exit();
}
猜你喜欢: