方法一: $GoTo="index.php";// 假如这里的目标链接取自数据库就实现了动态转向 header(sprintf("Location: %s", $GoTo)); ?> 方法二: window.location ="$PHP_SELF";";?> 方法三: ";?>