editorcontent = new baidu.editor.ui.Editor();

       //只对第一个起作用
       // editorcontent.render('content'); 
       // editorcontent.render('content1');
       // editorcontent.render('content2');
       //所有的都起作用
       UE.getEditor("content");
       UE.getEditor("content1");
       UE.getEditor("content2");
        加字段之后,还需要改模型里面的代码,否则读取出来就是带html标签的代码:
       


解决思路:

参考上面那个Content字段编辑器,于是看到模型层有这样的说明:


于是,仿照上面的代码,写多一个关于content_en字段的代码。