页面中经常用到的js
history.pushState(null,null,document.URL); window.addEventLinster('popstate',function(){ history.pushState(null,null,document.URL); })