4.history对象.html 410 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>Document</title>
  7. </head>
  8. <body>
  9. history页面
  10. <a href="./test2.html">附页</a>
  11. <button id="btn">返回上一页</button>
  12. <button id="btn1">下一页</button>
  13. <script src="../js/4.history对象.js"></script>
  14. </body>
  15. </html>