输出 <li> 元素的数目:
$("button").click(function(){ alert($("li").length); });
length 属性包含 jQuery 对象中元素的数目。
$(selector).length