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