单纯的文字显示,建议用label控件
用文本控件,初始化文本控件边框颜色
setTimeout(function(){
$(".fr-texteditor").css('border-color','white')
},500)
用label控件啊