摘要: history.pushState(null, null, document.URL); window.addEventListener('popstate', function () { history.pushState(null, null, document.URL); }); 阅读全文
posted @ 2018-07-03 16:12 雾以泪聚rx 阅读(2776) 评论(0) 推荐(0) 编辑