123456789101112131415 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Document</title>
- </head>
- <body>
- history页面
- <a href="./test2.html">附页</a>
- <button id="btn">返回上一页</button>
- <button id="btn1">下一页</button>
- <script src="../js/4.history对象.js"></script>
- </body>
- </html>
|