Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Window.screen

这篇文章需要文法复核。如何帮忙。

这篇翻译不完整。请帮忙从英语翻译这篇文章

返回相关的window的screen对象。screen对象实现了Screen接口,它是一个特殊的对象,返回当前渲染窗口中的屏幕有关属性信息。

语法

screenObj = window.screen;

 

示例

 

if (screen.pixelDepth < 8) {
  // use low-color version of page
} else { 
  // use regular, colorful page
}

Specification

TBD

文档标签和贡献者

标签: 
 此页面的贡献者: koalaxiaot, wushuyi
 最后编辑者: koalaxiaot,