概述
返回屏幕的颜色深度(color depth)。
语法
bitDepth = window.screen.colorDepth
示例
// 检测屏幕的颜色深度 if ( window.screen.colorDepth < 8) { // 使用低色彩版本页面 } else { // 使用常规的彩色版页面 }
规范
DOM Level 0 不属于任何标准.
返回屏幕的颜色深度(color depth)。
bitDepth = window.screen.colorDepth
// 检测屏幕的颜色深度 if ( window.screen.colorDepth < 8) { // 使用低色彩版本页面 } else { // 使用常规的彩色版页面 }
DOM Level 0 不属于任何标准.