摘要: JQuery:$(document).ready(function(){alert($(window).height()); //浏览器当前窗口可视区域高度alert($(document).height()); //浏览器当前窗口文档的高度alert($(document.body).height... 阅读全文
posted @ 2015-09-24 15:26 泥称 阅读(223) 评论(0) 推荐(0) 编辑