<p dangerouslySetInnerHTML={{ __html: this.props.content }}></p>
备注:添加 dangerouslySetInnerHTML 属性即可;
this.props.content为所渲染的后台返回数据