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