上传图片,回显时,出现<p><div>这些东西,没有被转义 使用v-html进行转义 <div class="fonts" v-html="rows.content">{{rows.content}}</div> 内容就显示正常了