HTML 中的History go()方法用于从历史列表中加载特定的 URL。如果已知要从历史记录中加载的特定页面的数字或 URL,则它是 history.back()和 history.forward() 方法的更好替代方法。
句法:
history.go( number|URL )
参数:此方法接受单个参数number|URL ,它是强制性的,用于指定 URL 在历史列表中的编号/位置或页面的 URL。 -1 用于后退一页,1 用于前进一页。
下面的程序说明了 HTML 中的 History go() 方法:
例子:
HTML
DOM History.go() Method
GeeksforGeeks
DOM History.go( ) Method
For going to the second next URL in the
history, double click the "Go to the
second next URL" button:
HTML
DOM History.go() Method
GeeksforGeeks
DOM History.go() Method
For going to the previous URL in the
history, double click the "Go to the
previous URL" button:
输出:
示例 2:用于转到历史列表中的上一个 URL。
HTML
DOM History.go() Method
GeeksforGeeks
DOM History.go() Method
For going to the previous URL in the
history, double click the "Go to the
previous URL" button:
输出:
支持的浏览器: History go() 方法支持的浏览器如下:
- 谷歌浏览器
- IE浏览器
- 火狐
- 歌剧
- 苹果浏览器