我有一个下拉:
<select> <option value="1">1</option> <option value="2">2</option> </select>
我如何以编程方式选择第2项?
html
html ×1