1.监听hash值的变化

window.onhashchange=function(){
        console.log("hash值改变了"+window.location.hash);
        
    }

 

posted on 2019-10-17 23:08  宅到深夜  阅读(167)  评论(0)    收藏  举报