// 第一种方法var textarea = $('').appendTo('body');KindEditor.create(textarea);// 第二种方法$('').appendTo('body');KindEditor.create('#editor');