--- order: 4 title: zh-CN: 带排序的搜索 en-US: Search with sort --- ## zh-CN 在搜索模式下对过滤结果项进行排序。 ## en-US Search the options with sorting. ```jsx import { Select } from 'antd'; const { Option } = Select; ReactDOM.render( , mountNode, ); ```