例子,js获取下拉列表框元素个数。 <li>function getLength()<li>{<li>alert(document.getElementById("mySelect").length);//元素个数<li>}<li> Apple Pear Banana Orange 复制代码