react正常显示html代码、dangerousSetInnerHTML 笔记

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

<div dangerouslySetInnerHTML={{__html:html}}></div>
相关文章
相关标签/搜索