摘要: 第一步 npm i wangeditor 第二步 在需要的组件中引入 import WangEditor from "wangeditor"; 第三步 找到容器 <div id="editor"></div> 写一个函数 const wangeditor = () => { let editor: 阅读全文