ueditor编辑器更新读取

浏览:1040 发布日期:2015/12/11 分类:求助交流

写入数据库数据,读取是正常的,但是更新修改就这样了

HTML源码:
<tr>
<td height="351">内容</td>
<td><textarea id="myEditor" name="body" style="width:700px;height:300px;"> {$vo.body}</textarea>
<script type="text/javascript">
UE.getEditor('myEditor');
</script>
</td>
</tr>


求解!!
最佳答案
评论( 相关
后面还有条评论,点击查看>>