JS中的history对象

JS中的history对象

分类: History 对象

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

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

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

等同于

history.go(-1)

方法:

1 history.back()

2 history.forward()

3 history.go()

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

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

向历史中添加一条记录

(0)

相关推荐

    Database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1]

    select ID from ac_posts where ziID =  ;