标签: javascript html5-history
在HTML5历史记录中,我们使用replaceState()方法更新当前历史记录条目的状态对象。
replaceState()
我们是否有类似previousState()的内容来更新上一个历史记录条目的状态对象?
previousState()
答案 0 :(得分:0)
我认为您可以使用history.back()或history.go()。然后,您可以使用replaceState()从历史记录中获取新的当前项。 replaceState()不用于以前的历史记录。