執行 ❯
建立您
自己的
網站
×
更改方向
儲存程式碼
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <body> <h1>The Window History Object</h1> <h2>The history.go() Method</h2> <button onclick="history.go(-2)">Go 2 pages back</button> <p>Clicking on the "Go 2 pages back" will not result in any action, because there is no previous page in the history list.</p> </body> </html>