CSSOM视图模式colorDepth属性实例页面

回到相关文章 »

代码:

HTML代码:
<button id="button1">点击弹出screen.colorDepth</button>
                
JS代码:
document.getElementById("button1").onclick = function() {
    alert(screen.colorDepth);
};
                

效果: