HTML DOM colorDepth ÊôÐÔ

¶¨ÒåºÍÓ÷¨

colorDepth ÊôÐÔ·µ»ØÄ¿±êÉ豸»ò»º³åÆ÷Éϵĵ÷É«°åµÄ±ÈÌØÉî¶È¡£

Óï·¨

screen.colorDepth

ʵÀý

<html>

<body>
<script type="text/javascript">
document.write("<p>Color Depth: ")
document.write(screen.colorDepth + "</p>")
</script>
</body>

</html>
VUE