Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>取得屏幕的色彩品质</title>
</head>
<body>
<script language="javascript">
<!--
document.write("屏幕的颜色为:"+screen.colorDepth+"位");
//-->
</script>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx