欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

获取浏览器可视区域、屏幕的宽和高_html/css_WEB-ITnose

程序员文章站 2022-05-15 09:17:34
...
document.documentElement.clientWidth:取得浏览器页面可视区域的宽度document.documentElement.clientHeight:取得浏览器页面可视区域的高度screen.width:取得屏幕宽度screen.height:取得屏幕高度screen.availWidth:取得除任务栏外的屏幕宽度screen.availHeight取得除任务栏外的屏幕高度