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