可以使用URI跳转,eg: //跳转到相同目录3.php header("Location:3.php"); //跳转到上一目录1219文件夹1.php header("Location:../1219/1.php");
可以使用URI跳转,
eg: