标签:文本 ued tor author ted indent 加载 min 需要
官网下载 uditor jsp版本插件
在html页面中引入 ueditor.config.js ueditor.all.min.js
展示:
<div id="editor" style="height:360px">
</div>
需要加载编辑器
var ue = UE.getEditor(‘editor‘); 在页面进来就加载
这个editor要和上面 div 的id 相同
取里面的值
var text = ue.getContent();
百度富文本编辑器 ueditor
原文地址:https://www.cnblogs.com/binstudy/p/14746890.html