Skip to content
blog
Search
K
Main Navigation
首页
我的笔记
武器库
AI Blogs
我的掘金
关于我
友情链接
Appearance
Menu
Return to top
On this page
window.history.pushState
history.pushState() 方法向当前浏览器会话的历史堆栈中添加一个状态(state)。
window.history.replaceState
修改当前历史记录实体
window.history.popstate
popstate 事件只会在浏览器某些行为下触发,比如点击后退按钮(或者在 JavaScript 中调用 history.back() 方法)。即,在同一文档的两个历史记录条目之间导航会触发该事件。