index文件中,就这样一句话: <?php header("Location: ../"); ?> 表示什么意思???

日期:2021-07-23 14:09:38 人气:1

index文件中,就这样一句话: <?php header("Location: ../"); ?> 表示什么意思???

header 头 跳转页面 Location: ../ 表示跳转的根目录一般就是 index.php
也可以 <?php header("Location: ../test.php"); ?> 跳转到 test.php 页面
    A+
热门评论