JS中的history对象

window.history指向History对象,它表示当前窗口的浏览历史。

History对象保存了当前窗口访问过的所有页面网址。

 history.back()//后退到前一个网址

等同于

history.go(-1)

方法:

 history.back()
history.forward()
history.go()
history.go(0)//刷新当前页面

window.history.pushState(state,title,url)

向历史中添加一条记录

上一篇:VBA解析Json(转)


下一篇:openface 训练数据集