Backbone js 学习

Backbone.js extend 使用了寄生组合式继承。

window.history中的条目不能用javascript删掉,只能替换、新建。

history.pushstate 类似window.location=xxx 会新建一条历史条目。

调用history.pushstate和history.replaceState 不会触发popState事件。

 

posted on 2018-03-26 15:30  碎星斩月  阅读(114)  评论(0)    收藏  举报

导航