--- order: 5 title: zh-CN: 多行 en-US: Multi-lines Mode --- ## zh-CN 多行模式,多行模式必须指定高度。 ## en-US Multi lines mode. ```jsx import { Mention } from 'antd'; const { toString } = Mention; function onChange(editorState) { console.log(toString(editorState)); } ReactDOM.render( , mountNode, ); ```