react正常顯示html代碼、dangerousSetInnerHTML 筆記

const html =`<h1>今每天色很好</h1>`

<div dangerouslySetInnerHTML={{__html:html}}></div>
相關文章
相關標籤/搜索