对于 <select> 这个元素,你最好不要用 innerHTML 来操作,而是使用
obj.options[i] = new Option("text", "value", true, true); 添加
用数组的 remove 方式来减少项