标签: option
thumbnail

js如何获取option选中的值

可以使用以下方法获取option选中的值: 使用getElementById方法获取select元素的引用,然后使用selectedIndex属性获取选中项的索引,再使用options属性获取选……