window.screen.height; //screen height
window.screen.width; //screen width
//For example, 1024x768:
alert(window.screen.width+"x"+window.screen.height);
Run Code Online (Sandbox Code Playgroud)
然后,您可以使用任localStorage一方法存储它,或者执行AJAX请求以将其存储在会话中.
| 归档时间: |
|
| 查看次数: |
6765 次 |
| 最近记录: |