要具体的后台代码,C#
------解决方案--------------------------------------------------------
在js里面就行了
KE.util.insertHtml("txtContent", "");
------解决方案--------------------------------------------------------
你标题说的是想空,上面又说不想空,到底想不想空呢???
用全局/保护的变量赋值吧
protected string content="你kindeditor里面的字符串";
<textarea id="kindeditorID"><%= content%></textarea>