<script language="javascript">
//防止页面后退
history.pushState(null, null, document.URL);
window.addEventListener('popstate', function () {
history.pushState(null, null, document.URL);
});
</script>
控制页面不能回退
最新推荐文章于 2023-08-30 15:01:21 发布