2016年10月25日

js 防止页面后退的方法

摘要: //防止页面后退 history.pushState(null, null, document.URL); window.addEventListener('popstate', function () { history.pushState(null, null, document.URL)... 阅读全文

posted @ 2016-10-25 09:36 空明流光 阅读(2324) 评论(0) 推荐(0)

导航