ckeditor 如何获取值 //官网文档: http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#getData//具体方法:var oEditor = CKEDITOR.instances.editor1;alert( oEditor.getData() );