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