新增一個項目到select-option內,傳統javascript方法: for(i=0;i<array.length;i++) { select01.options.add(new Option(array[i])); }
確定! 回上一頁