2024年11月5日

js 阻止后退

摘要: 第一步: // 禁止后退功能 if (typeof history.pushState == 'function') { history.pushState(null, null, location.href); history.back(); history.forward(); } 第二步: / 阅读全文

posted @ 2024-11-05 12:41 空明流光 阅读(30) 评论(0) 推荐(0) 编辑

导航