2018年7月6日
摘要: $(function() { pushHistory(); }); function pushHistory() { window.addEventListener("popstate", function(e) { // alert("后退"); self.location.reload(); } 阅读全文
posted @ 2018-07-06 15:49 仔仔爱学习 阅读(410) 评论(0) 推荐(0)