JavaScript 参考手册
History length 属性
返回在历史列表中的网址数量
源代码:
点击运行 »
<script> document.write("历史列表中URL的数量: " + history.length); </script>
运行结果:
点击运行 »