`

js禁用浏览器后退

    博客分类:
  • js
阅读更多
history.pushState(null, null, document.URL);
    window.addEventListener('popstate', function () {
        history.pushState(null, null, document.URL);
    });
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics