📅  最后修改于: 2022-03-11 15:02:42.503000             🧑  作者: Mango
$('#mySelect2').val('1'); // Select the option with a value of '1'
$('#mySelect2').trigger('change'); // Notify any JS components that the value changed