当前位置:主页 > >

FCKeidtor 清除编辑器内容的代码

时间:2021-02-27 14:32:30 | 栏目: | 点击:

复制代码 代码如下:

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

您可能感兴趣的文章:

相关文章