Home >Web Front-end >HTML Tutorial >Get the browser's visible area, screen width and height_html/css_WEB-ITnose
document.documentElement.clientWidth:取得浏览器页面可视区域的宽度document.documentElement.clientHeight:取得浏览器页面可视区域的高度screen.width:取得屏幕宽度screen.height:取得屏幕高度screen.availWidth:取得除任务栏外的屏幕宽度screen.availHeight取得除任务栏外的屏幕高度