JSによるHTMLタグのselectの取得、追加、削除操作
832 ワード
// html
var select = document.getElementsByName("aaa")[0];
select.selectedIndex = index;
// Option
new Option(text,value)
new option(text,value,defaultSelected,selected
text: , option text (