1.使用的引用配置顺序
<script src="utf8-net/ueditor.config.js"></script>
<script src="utf8-net/ueditor.all.min.js"></script>
2.使用
html
<script type="text/plain" id="content" style="width: 800px; height: 300px;" ></script>
js
var ue = UE.getEditor('content');
3.注意
style里面的高宽要设置好,不能使用runat。