//document.writeln(document.getElementById("sel").options.length);
//document.writeln(document.getElementById("sel")["options"].length);
//document.writeln(document.getElementById("sel").children.length);
//document.writeln(document.getElementById("sel").options.length);
//document.writeln(document.getElementById("sel")["options"].length);
//document.writeln(document.getElementById("sel").children.length);
转载于:https://www.cnblogs.com/yangjinwang/p/4015973.html