... import { stateToHTML } from 'draft-js-export-html'; ... console.log(stateToHTML(EditorState.createEmpty().getCurrentContent())); // <p><br></p> const ...
確定! 回上一頁