<script> history.pushState(null, null, document.URL); window.addEventListener("popstate", function(){ history.pushState(null, null, document.URL); }) </script>
javascript 禁用浏览器的回退按钮
最新推荐文章于 2024-06-23 04:15:59 发布
<script> history.pushState(null, null, document.URL); window.addEventListener("popstate", function(){ history.pushState(null, null, document.URL); }) </script>