php实现返回上一页的功能的3种有效方法
header(location:你的上一页的路径); // 注意这个函数前不能有输出
header(location:.getenv("HTTP_REFERER")); // 返回其调用页面
echo"<script>alert('随便写点什么');history.go(-1);</script>";
header(location:你的上一页的路径); // 注意这个函数前不能有输出
header(location:.getenv("HTTP_REFERER")); // 返回其调用页面
echo"<script>alert('随便写点什么');history.go(-1);</script>";
转载于:https://www.cnblogs.com/wang1204/p/5650255.html
304

被折叠的 条评论
为什么被折叠?