FCKeditor 如何清除内容代码

作者:袖梨 2022-07-02

FCKeditor 如何清除内容代码呢,

这种方法很简单哦我们用fck来内容哦,经常在做判断fck 是否有内容时,js都取不到内容,

下面我们来看利用FCKeditorAPI.GetInstance自动的功能来处理吧。

下面来看看方法很简单哦。


var editor = FCKeditorAPI.GetInstance("content");
editor.EditorDocument.body.innerHTML="";

哈哈,就几句吧。

相关文章

精彩推荐