最佳答案
我有一个由服务器端代码生成的列表,在使用 jQuery 添加额外的内容之前,我需要计算出其中已经有多少条目。
<ul id="mylist">
<li>Element 1</li>
<li>Element 2</li>
</ul>