屬性 | 描述 |
---|---|
availHeight | 返回顯不螢幕的可用高度,單位爲畫素,不包括工作列 |
availWidth | 返回顯示螢幕的可用寬度,單位爲畫素,不包括工作列 |
height | 返回顯示螢幕的高度,單位爲畫素 |
width | 返回顯不螢幕的寬度,單位爲畫素 |
colorDepth | 返回當前顏色設定所用的位數,值爲 -1:黑白;8:256色;16:增強色;24/32:真彩色 |
[window.]screen.屬性
screen.availHeight;//獲取螢幕的可用高度 screen.availWidth;//獲取螢幕的可用寬度 scren.height;//獲取螢幕的高度 screen.width;//獲取螢幕的寬度