單頁面應用程序案例

http://m.maoyan.com/#type=moviesweb

 

url從/?tmp=movie換成了#app

 

1 document.getElementById("b").addEventListener("click", function() {
2             this.href = this.href.replace("?", "#");
3         });

 


 

http://m.ctrip.com/webapp/hotel/webapp

 

 

 

 

 

總的來講分爲兩種方式this

1./#!/indexurl

/#!/aboutspa

---------code

/#aboutblog

/#index事件

/#hotelip

 

2.history.pushState

history.replaceState

 

 

window.addEventListener("hashchange", function() {}, false);------->特別重要,採用事件冒泡

相關文章
相關標籤/搜索