时时商务社区

标题: PHP重定向的3种方式 [打印本页]

作者: xgnic    时间: 2018-2-14 08:22

            [U]复制代码[/U] 代码如下:
//1
header("Location: index.php");
//2
echo '
window.location = "index.php";
';
//3
echo "";
            
            
        




欢迎光临 时时商务社区 (http://bbs.4435.cn/) Powered by Discuz! X3.2