摘要: //禁用回退 window.history.forward(1); history.pushState(null, null, document.URL); window.addEventListener('popstate', function () { history.pushState(nul 阅读全文
posted @ 2023-11-28 19:44 love/coder 阅读(322) 评论(0) 推荐(0) 编辑