摘要: 1 alert($(window).height()); //浏览器时下窗口可视区域高度 2 alert($(document).height()); //浏览器时下窗口文档的高度 3 alert($(document.body).height());//浏览器时下窗口文档body的高度 4 alert($(document.body).outerHeight(true));//浏览器时... 阅读全文
posted @ 2016-10-09 16:45 不淡不浓、不如画 阅读(223) 评论(0) 推荐(0) 编辑