| 检测项目 | 宽度 | 高度 | 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 | |
| 显示屏宽高比 | - : - | - | |