var quoteHtml="<div>"+ "<div align='left'>QUOTE:</div>"+ "<div style='border-style:solid; border-width:1px; border-color: #39f;'>"+ "<div style='margin-left: 10px;'>"+ "<font style='font-size: 12px;'>原帖由"+userName+"于"+createDate+"发表</font>"+ "<div>"+content+""+ "</div>"+ "</div>"+ "</div>"+ "</div>"; editor.html(quoteHtml);
这段代码放在html中是有div边框的样式的,但是放到富文本中边框就不显示出来了,样式没识别?求大神帮忙解决问题