http://fex.baidu.com/ueditor/#api-common ready(editorInstance) { console.log(`实例${editorInstance.key}已经初始化:`, editorInstance); // 不是编辑状态,禁用编辑,隐藏工具栏 this.isEditUeditor(); }, isEditUeditor() { if (!this.edit && document.getElementById(`ueditor_${this.editIndex}`...