jQueryを使用して、オプション値Cに "selected"を適用するにはどうすればよいですか?jQuery - 特定の値のオプションに "selected"を適用します
<select id="letters">
<option value="A">A<option>
<option value="B">B<option>
<option value="C">C<option>
<option value="D">D<option>
</select>
重複:// stackoverflowの
をここで作業フィドルを確認してください。 com/questions/4680075/set-selected-option-of-select-box、https:// stackover flow.com/questions/13343566/set-select-option-selected-by-value、https://stackoverflow.com/questions/38497852/set-an-option-value-as-selected、https:// stackoverflow。 com/questions/1280499/jquery-set-select-indexなどがあります。 –