Window screen.availWidth প্রতিশব্দ
- 上一页 availHeight
- 下一页 colorDepth
- 返回上一层 Window Screen
ʵ
ʵ 1
лˮƽ
let width = screen.availWidth;
ʵ 2
л
let text = "Total width/height: " + screen.width + "*" + screen.height + "<br>" "Available width/height: " + screen.availWidth + "*" + screen.availHeight + "<br>" "Color depth: " + screen.colorDepth + "<br>" "Color resolution: " + screen.pixelDepth;
ʽ
screen.availWidth
˵
ֵ | лû ˮƽ() |
֧
л screen.availWith
:
Chrome | IE | Edge | Firefox | Safari | Opera |
---|---|---|---|---|---|
Chrome | IE | Edge | Firefox | Safari | Opera |
֧ | ֧ | ֧ | ֧ | ֧ | ֧ |
صҳ
HTML DOM ָ֧screen.availHeight ָ
HTML DOM ָ֧screen.availWidth ָ
HTML DOM ָ֧screen.height ָ
HTML DOM ָ֧screen.width 属性
- 上一页 availHeight
- 下一页 colorDepth
- 返回上一层 Window Screen