摘要: alert($(window).height()); //浏览器时下窗口可视区域高度 alert($(document).height()); //浏览器时下窗口文档的高度 alert($(document.body).height());//浏览器时下窗口文档body的高度 alert($(document.body).outerHeight(true));//浏览器时下窗口文档body的总高... 阅读全文
posted @ 2016-07-28 10:41 麦田守望者~ 阅读(367) 评论(0) 推荐(0) 编辑