摘要: window.history.pushState("","","#"); window.addEventListener("popstate",function(e){ window.location.href = location.href;//这里指定你要跳转的页面 } 阅读全文
posted @ 2019-12-17 11:19 expworld 阅读(3283) 评论(0) 推荐(0) 编辑