--- title: History slug: Web/API/History translation_of: Web/API/History ---
History
接口允许操作浏览器的曾经在标签页或者框架里访问的会话历史记录。
History
接口不继承于任何属性。
History接口不继承任何方法。
history.go(-1)
.
history.go(1)
.
integerDelta
is out of bounds ),例如: 如果当前页为第一页,前面已经没有页面了,我传参的值为-1,那么这个方法没有任何效果也不会报错。调用没有参数的 go()
方法或者参数值为0时,重新载入当前页面。( 这点与支持字符串作为url参数的IE有点不同)。说明 | 状态 | 评论 |
---|---|---|
{{SpecName('HTML WHATWG', "browsers.html#the-history-interface", "History")}} | {{Spec2('HTML WHATWG')}} |
|
{{SpecName('HTML5 W3C', "browsers.html#the-history-interface", "History")}} | {{Spec2('HTML5 W3C')}} | Initial definition. |
{{SpecName('Custom Scroll Restoration', '#web-idl', "History")}} | {{Spec2('Custom Scroll Restoration')}} | 添加scrollRestoration 属性. |
{{Compat("api.History")}}