HTML DOM pixelDepth ÊôÐÔ
¶¨ÒåºÍÓ÷¨
pixelDepth ÊôÐÔ·µ»ØÏÔʾÆÁÄ»µÄÑÕÉ«·Ö±æÂÊ£¨±ÈÌØÃ¿ÏñËØ£©¡£
Óï·¨
screen.pixelDepth
ʵÀý
<html> <body> <script type="text/javascript"> document.write("<p>Pixel Depth: ") document.write(screen.pixelDepth + "</p>") </script> </body> </html>