Backbone.js extend 使用了寄生组合式继承。
window.history中的条目不能用javascript删掉,只能替换、新建。
history.pushstate 类似window.location=xxx 会新建一条历史条目。
调用history.pushstate和history.replaceState 不会触发popState事件。
Backbone.js extend 使用了寄生组合式继承。
window.history中的条目不能用javascript删掉,只能替换、新建。
history.pushstate 类似window.location=xxx 会新建一条历史条目。
调用history.pushstate和history.replaceState 不会触发popState事件。