摘要: //防止页面后退 history.pushState(null, null, document.URL); window.addEventListener('popstate', function () { history.pushState(null, null, document.URL); } 阅读全文
posted @ 2019-12-13 10:32 Mr丶shawY 阅读(141) 评论(0) 推荐(0)