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