取得第一个匹配元素当前计算的高度值(px)。
在 jQuery 1.2 以后可以用来获取 window 和 document 的高
获取第一段的高
$("p").height();
获取文档的高
$(document).height();