warn back

页面中经常用到的js

history.pushState(null,null,document.URL);
window.addEventLinster('popstate',function(){
   history.pushState(null,null,document.URL); 
})

 

posted @ 2019-10-16 14:12  苹果π  阅读(135)  评论(0)    收藏  举报