if (window.history && window.history.pushState) {
history.pushState("forward", null, location.href);
$(window).on("popstate", function () {
history.pushState("forward", null, location.href);
});
}
如何用js 屏蔽浏览器历史j记录
最新推荐文章于 2024-10-10 21:38:56 发布