页: 1 我不想使用某些杂草料。 我只想知道他们是如何做到这一点的,因此我可以提出这样的文字。
在html5年历史中,我们利用<代码>window.onpopstate活动探测背/浏览器。 我想做的是创造这样的东西,这样,我就能够利用hash类型 url,用于其他不支持的浏览器 html 5
例如:
if(history.pushState){
//use html5 history event
window.onpopstate = function(event){that.__loadCurrentLink();};
}else{
//use the History event for other browser
window.historyEvent = function(event){that.__loadCurrentLink();};
}
你可以gu笑一些东西,这样我会知道如何这样做。
我只是为了学习目的,为想要知道如何这样做的其他人这样做。 我希望,一些 j夫的mon魔能够引导我们前进。