KindEditor保留htmltag,以及关闭html过滤 KindEditor.ready(function (K) { editor = K.create('textarea[name="content"]', { filterMode : false,//是否开启过滤模式 }); }); 以及... 苏 demo 6年前 (2015-08-07) 1998℃ 0评论 0喜欢