private makeData(){ this.content="<html><head><title>富文本測試</title></head><body><p>" + "富文本測試富文本測試富文本測試富文本測試富文本測試富文本測試富文本測試富文本測試富文本測試</p>" + "下面是圖片下面是圖片下面是圖片下面是圖片下面是圖片下面是圖片下面是圖片下面是圖片下面是圖片" + "</p><img src=\"assets/img/test.jpg\"/></body>" + "下面是圖片下面是圖片下面是圖片下面是圖片下面是圖片下面是圖片下面是圖片下面是圖片" + "</p><img src=\"assets/img/test.jpg\"/></body></html>"; }
假設(shè)有如上的富文本內(nèi)容,要想讓其以正常格式的html顯示,只需一行代碼
<div [innerHTML]='content'></div>

效果圖