2015年6月30日
摘要: alert($(window).height()); //浏览器当前窗口可视区域高度 alert($(document).height()); //浏览器当前窗口文档的高度 alert($(document.body).height());//浏览器当前窗口文档body的高度 alert($(doc... 阅读全文
posted @ 2015-06-30 16:45 火玉 阅读(135) 评论(0) 推荐(0) 编辑