答案:var resultEditor= new UE.ui.Editor({ initialFrameWidth : 920, initialFrameHeight: 240, autoFloatEnabled:false, toolbars:null , scaleEnabled:true//设置不自动调整高度 }); resultEditor.ready(function() { resultEditor.setContent(''); resultEditor.setDisabled(); }); resultEditor.render('result