标签:手势 function tor document push 动作 键盘 nbsp func
这种方式,可以消除 后退的所有动作。包括 键盘、鼠标手势等产生的后退动作
history.pushState(null, null, document.URL);
window.addEventListener(‘popstate‘, function () {
history.pushState(null, null, document.URL);
});
标签:手势 function tor document push 动作 键盘 nbsp func
原文地址:https://www.cnblogs.com/liuhaixia/p/9543856.html