<script language="javascript">
//防止页面后退
history.pushState(null, null, document.URL);
window.addEventListener('popstate', function () {
history.pushState(null, null, document.URL);
});
</script>
web消除用户的后退操作
最新推荐文章于 2024-04-05 13:10:06 发布

530

被折叠的 条评论
为什么被折叠?



