第一步:
// 禁止后退功能 if (typeof history.pushState == 'function') { history.pushState(null, null, location.href); history.back(); history.forward(); }
第二步:
// 替换页面并防止浏览器后退 location.replace("/Main.aspx");
posted on 2024-11-05 12:41 空明流光 阅读(30) 评论(0) 编辑 收藏 举报