所属分类:输入-选择框
遍历数组,赋值下拉框
for(var i=0;i<array .length;i++){ $("#select").append("<option value=\""+array[i]+"\">"+array[i]+"</option>"); }