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