回显数据 html页面中,有3个DIV块,id分别为editor1, editor2, editor3 在JS中编写如下代码: handleEdit(row){ CKEDITOR.instances.editor1.setData(row.incomeChange); CKEDITOR.instances.editor2.setData(row.profitChange); CKEDITOR.instances.editor3.setData(row.instruction); }