🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[https://www.runoob.com/jsref/obj-history.html](https://www.runoob.com/jsref/obj-history.html) [https://developer.mozilla.org/zh-CN/docs/Web/API/History](https://developer.mozilla.org/zh-CN/docs/Web/API/History) ## History 对象属性 | 属性 | 说明 | | :-- | :-- | | [length](https://www.runoob.com/jsref/prop-his-length.html) | 返回历史列表中的网址数 | ## History 对象方法 | 方法 | 说明 | | :-- | :-- | | [back()](https://www.runoob.com/jsref/met-his-back.html) | 加载 history 列表中的前一个 URL | | [forward()](https://www.runoob.com/jsref/met-his-forward.html) | 加载 history 列表中的下一个 URL | | [go()](https://www.runoob.com/jsref/met-his-go.html) | 加载 history 列表中的某个具体页面 参数:1:History.forward()同向前跳转;2:向前跳转2个页面;-1:同History.back()向后跳转一个页面;-2向后跳转2个页面|