--- order: 5 title: 文本域 --- 用于多行输入,指定 `type` 为一个特殊的 `textarea`。 ````jsx import { Input } from 'antd'; ReactDOM.render(, mountNode); ````