var ue=UE.getEditor('editor', { elementPathEnabled: false, //删除元素路径 wordCount: false //删除字数统计 }); ue.ready(function () { // 删除 路径一行 $(".edui-editor-bottomContainer").remove(); });