你的图片是在服务器上面的还是在本地电脑上的?
var editor;
//加载 富文本编辑器 菜单
KindEditor.ready(function (K) {
editor = K.create('#content1', {
resizeType: 1,
autoHeightMode : true,
afterCreate : function() {
this.loadPlugin('autoheight');
},
allowPreviewEmoticons: false,
allowImageUpload: false,
items: [
//, 'image'
'fontsize', '|', 'hr', 'removeformat', '|', 'link', '/', 'bold', 'italic', 'underline', 'forecolor', 'hilitecolor',
'|', 'justifyleft', 'justifycenter', 'justifyright', 'justifyfull', '|', 'lineheight', '|', 'insertorderedlist',
'insertunorderedlist']
});
});
var img = '';
editor.appendHtml(img);
这样就插入了