获取编辑器中文字内容

  // 获取编辑器中文字内容
    function getEditorTextContents(EditorName) {
        var oEditor = FCKeditorAPI.GetInstance(EditorName);
        return (oEditor.EditorDocument.body.innerText);
    }

 var FCKeditor_profile = getEditorTextContents("FCKeditor_profile");

原文地址:https://www.cnblogs.com/tongdengquan/p/6090584.html