getCurrentContent(); const raw = convertToRaw(contentState); 这给了我一个对象: { blocks: [...], entityMap: {...} } 我尝试的是手动合并 blocks 和 entityMap ...
確定! 回上一頁