PHP 页面跳转 禁止页面后退

header("Cache-control:no-cache,no-store,must-revalidate");
header("Pragma:no-cache");
header("Expires:0");
header('Location:http://www.baidu.com');
原文地址:https://www.cnblogs.com/codeit/p/14993397.html