摘要: 关于clientHeight、offsetHeight、scrollHeight 属性:属性关于clientHeight、offsetHeight、scrollHeight window.screen.availWidth 返回当前屏幕宽度(空白空间) window.screen.availHeight 返回当前屏幕高度(空白空间) window.screen.width 返回当前屏幕宽度(分辨率值) window.screen.height 返回当前屏幕高度(分辨率值) window.document.body.offsetHe... 阅读全文
posted @ 2012-05-31 16:31 Setme 阅读(2527) 评论(2) 推荐(0) 编辑