<script language="javascript"> //防止页面后退 history.pushState(null, null, document.URL);
window.addEventListener('popstate', function () { history.pushState(null, null, document.URL); }); </script>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号