window.pushState({}, "title", "/index.html");---------------->改变URL的值,但是并不刷新
 window.addEventListener("popState", function() {});
04-17 08:51