跳转到上一个页面(PHP+js)

php:

header("Location: ".$_SERVER['HTTP_REFERER']);

js:

window.location.href=document.referrer;

猜你喜欢

转载自blog.csdn.net/weixin_41728561/article/details/80921788