文章目录
# React: Semantic UI 中获取Dropdown的值
## Example
首先这些选项肯定是一个Obj数组
另外肯定要提供value和text
然后绑定一个onChange
1 | <Dropdown |
最后data.value
就是我们要的值