You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design/components/select/demo/basic.md

15 lines
189 B
Markdown

# 基本型
- description: 你说什么我还是听不清。
---
````html
<select>
<option>选项一</option>
<option>选项二</option>
<option>选项三</option>
</select>
````