PHP 页面跳转 禁止页面后退

header("Cache-control:no-cache,no-store,must-revalidate");
header("Pragma:no-cache");
header("Expires:0");
header('Location:http://www.baidu.com');

 

posted @ 2021-07-10 11:10  盛世芳华  阅读(337)  评论(0编辑  收藏  举报