Skip to content

MDN 文档

popstate 事件

如何使用popstate 事件 当调用 go forward back pushState replaceState 时触发

hashchange 事件

当 URL 的 hash 部分发生改变时(不会刷新页面), a 标签的锚点就是如此实现的

相关知名库

vue-router hash 模式 的实现原理就是监听 hash 值的变化, 展示不同的组件

Released under the MIT License.