import React from 'react'; import {Editor, EditorState} from 'draft-js'; ... 由此,知道了Draft.js 是通过json数据来存储富文本数据的,和传统的使用html文本存储 ...
確定! 回上一頁