屏幕分辨率检测

Screen resolution detection

我的屏幕分辨率(SCREEN RESOLUTION)是多少?
您正使用的分辨率是 Loading...
检测项目 宽度 高度 js代码
分辨率 - - window.screen.width
window.screen.height
设备分辨率 - - window.screen.width * window.devicePixelRatio
window.screen.height * window.devicePixelRatio
屏幕可用工作区 - - window.screen.availWidth
window.screen.availHeight
窗口大小 - - window.outerWidth
window.outerHeight
浏览器视口大小 - - document.documentElement.scrollWidth
document.documentElement.scrollHeight
屏幕的色盘深度 - window.screen.colorDepth
DPR(设备像素比) - window.devicePixelRatio
显示屏宽高比 - : - -
© 2023 PV138 · 站点地图 · 免责声明 · 联系我们 · 问题反馈