//取得html内容
var content=editor.html();
或是:editor.sync();//同步数据后可直接获得textarea的valuevar content=$('#editor_id').val();