JavaScript 参考手册
Screen height 属性
返回你的屏幕的总高度
源代码:
点击运行 »
<script> document.write("总高度: " + screen.height); </script>
运行结果:
点击运行 »