简单教程
提交运行
代码编辑器:
<script> var w=window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; var h=window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; x=document.write("浏览器 window 宽度: " + w + ", 高度: " + h); </script>
运行结果: