js代码:
<script> history.pushState(null, null, document.URL); window.addEventListener(‘popstate‘, function () { history.pushState(null, null, document.URL); }); </script>
原文地址:https://www.cnblogs.com/YeHuan/p/11221927.html
时间: 2024-10-13 17:42:09
js代码:
<script> history.pushState(null, null, document.URL); window.addEventListener(‘popstate‘, function () { history.pushState(null, null, document.URL); }); </script>
原文地址:https://www.cnblogs.com/YeHuan/p/11221927.html