获取浏览器可视区域尺寸

//获取可视区域尺寸
document.documentElement.scrollHeight
document.documentElement.scrollWidth
//获取浏览器可操作区域尺寸
window.screen.availHeight
window.screen.availWidth
//获取分辨率
window.screen.width
window.screen.height

  

posted @ 2014-12-23 09:25  shikelong  阅读(197)  评论(0编辑  收藏  举报