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