jquery窗口高度获取方法
$(window).height() 浏览器窗口可视区域高度
$(document).height() 文档的高度
$(document.body).height() body的高度
$(document.body).outerHeight(true) body的总高度 包括border padding
$(window).height() 浏览器窗口可视区域高度
$(document).height() 文档的高度
$(document.body).height() body的高度
$(document.body).outerHeight(true) body的总高度 包括border padding