selectタグ.value
for (let option of selectタグ.options) { if (option.selected) { 配列.push(option.value); }}
selectタグ.value = 値