如何获取html下拉菜单中被选中的项的值?var obj = document.getElementById("DropDownListID")obj.options[obj.selectedIndex].value就是你所选择的值。该问题还有一种方法如下:2023-03-04html-css270