var editor=UE.getEditor('editor'); editor.ready(function(){ editor.execCommand('fontfamily','微软雅黑'); //字体 editor.execCommand('lineheight', 2); //行间距 editor.execCommand('fontsize', '14px'); //字号 });