📅  最后修改于: 2022-03-11 15:02:21.081000             🧑  作者: Mango
// Get the html select element
var select = document.getElementById('');
// If you have a
//Then your selected value of your select would be:
select.value = "1";