2019年5月7日 星期二

[Back To Basic] Javascript - Screen

  • window.screen 包含使用者螢幕的資訊
  • window.screen 的 window 可以省略寫成 screen.xxx

screen 的屬性(properties)

  • 螢幕寬度: screen.width
  • 螢幕高度: screen.height
  • 螢幕可視寬度(扣除任務欄、邊框等): screen.availWidth
  • 螢幕可視高度(扣除任務欄、邊框等): screen.availHeight
  • 顏色深度(單一顏色使用N個 bits):screen.colorDepth
  • 螢幕像素深度: screen.pixelDepth

沒有留言:

張貼留言