不注意看到的,保存以备后用
[‘pushState‘,‘popstate‘,‘replaceState‘].forEach(function(item,index){ window.addEventListener(item, fun); })
js监听多个事件
原文:https://www.cnblogs.com/no000000/p/13057477.html