--- order: 3 title: 输入框组合 --- 各类输入框的组合展现。 ````jsx import { Input, Select, Col } from 'antd'; const InputGroup = Input.Group; const Option = Select.Option; ReactDOM.render(
, mountNode); ````