--- order: 2 title: zh-CN: 前置/后置标签 en-US: Pre / Post tab --- ## zh-CN 用于配置一些固定组合。 ## en-US Using pre & post tabs example. ````jsx import { Input, Select, Icon } from 'antd'; const Option = Select.Option; const selectBefore = ( ); const selectAfter = ( ); ReactDOM.render(
} defaultValue="mysite" />
, mountNode); ````