JQ获取CKeditor的值

it2022-05-09  32

var editor = CKEDITOR.replace("content"); editor.setData(""); alert(CKEDITOR.instances.content.getData()); var editor = CKEDITOR.replace("content"); alert(editor.getData());

 

转载于:https://www.cnblogs.com/Alandre/p/3405363.html

相关资源:数据结构—成绩单生成器

最新回复(0)