Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以找到对该方法的浏览器支持,pushState但我知道并非所有版本的浏览器实际上都会在popstate事件中传递状态对象。如果浏览器支持,我可以指望使用它pushState吗?
pushState
popstate
我建议使用History.js,它可以跨浏览器规范History API,甚至为不原生支持 API 的旧浏览器提供回退机制。