我从我的 API 中得到一个 Html 字符串:"consigne": "<p>test</p>\n"
我想在我的编辑器上显示它。
我的编辑器是:
<Editor id="consigne" name= "consigne" editorState={consigne} value={draftToHtml(convertToRaw(consigne.getCurrentContent()))} onEditorStateChange={(consigne) => {this.setState({consigne})} localization={{ locale: 'fr' }}/>
我想在我的编辑器上插入这个收货人。
我怎样才能把这个收货人推给我的编辑?