/*删除领域不要的项 / var optionsLine = document.getElementById("bur_line").options; for (x=1;x<=8;x++){ optionsLine.remove(4); }