代码中输出的数字是针对哪里的历史纪录。
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>History对象</title> </head> <script type="text/javascript"> var HL = window.history.length ; document.write(HL); </script> <body> </body> </html>