JavaScript 参考手册
Screen pixelDepth 属性
返回你的屏幕的颜色分辨率
源代码:
点击运行 »
<script> document.write("颜色分辨率: " + screen.pixelDepth); </script>
运行结果:
点击运行 »