logo
  • 教程列表
  • SO官方文檔
  • 螢幕
    • 獲得螢幕解析度
    • 獲取螢幕的可用區域
    • 獲取有關螢幕的顏色資訊
    • Window innerWidth 和 innerHeight 屬性
    • 頁面寬度和高度
  1. StackOverflow 文件
  2. JavaScript 教程
  3. 螢幕
  4. 獲得螢幕解析度

獲得螢幕解析度

Created: November-22, 2018

要獲得螢幕的物理尺寸(包括視窗鑲邊和選單欄/啟動器):

var width  = window.screen.width,
    height = window.screen.height;
  • 獲取螢幕的可用區域
  • 螢幕

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明