KindEditor编辑器常用操作
创建编辑器:
ar editor=KindEditor.create('#nr');
设置编辑器内容:
editor.html('编辑器内容');
移除编辑器:
editor.remove();
本文来自博客园,作者:tinyphp,转载请注明原文链接:https://www.cnblogs.com/tinyphp/p/3275559.html
向着星辰与深渊,博客园加油
创建编辑器:
ar editor=KindEditor.create('#nr');
设置编辑器内容:
editor.html('编辑器内容');
移除编辑器:
editor.remove();
本文来自博客园,作者:tinyphp,转载请注明原文链接:https://www.cnblogs.com/tinyphp/p/3275559.html
向着星辰与深渊,博客园加油