当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > HTML DOM deviceXDPI 属性
The deviceXDPI property returns the number of horizontal dots per inch of the display screen.
deviceXDPI属性设置或获取系统屏幕水平每英寸点数(DPI)的数值。
screen.deviceXDPI |
<html> <body> <script type="text/javascript"> document.write("<p>Device XDPI: ") document.write(screen.deviceXDPI + "</p>") </script> </body> </html> |
Detect details about the client's screen
探测出有关用户屏幕的详细信息