正文Uedit编辑器编辑VelocityIP云V管理员/2022-12-02/3 阅读 12/02提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 1、切换到源代码模式 UM.getEditor('editor').execCommand("source"); 2、给编辑器插入Velocity源码 $(".edui-container textarea")[0].value="<a>sdf</a>"; 3、以上方法需要在ready事件后执行 ue.ready(function() { doing })