摘要: $(document).ready(function(){alert($(window).height()); //浏览器时下窗口可视区域高度alert($(document).height()); //浏览器时下窗口文档的高度alert($(document.body).height());//浏... 阅读全文
posted @ 2015-03-06 10:34 萱萱学习ing 阅读(344) 评论(0) 推荐(0) 编辑