<script language="javascript">
//防止页面后退
history.pushState(null, null, document.URL);
window.addEventListener('popstate', function () {
history.pushState(null, null, document.URL);
});
</script>
web消除用户的后退操作
最新推荐文章于 2025-07-31 16:49:37 发布
169

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



