实例化两个Ueditor出来,放到页面上,获取的后台数据后 ue1.ready(function() { ue1.setContent('<p>编辑器1的内容</p>', true); }); ue2.ready(function() { ue2.setContent('<p>编辑器2的内容</p>', true); }); 望采纳
实例化两个Ueditor出来,放到页面上,获取的后台数据后
望采纳