react将字符串转义成html语句

961 阅读1分钟
<div dangerouslySetInnerHTML={{__html: "<p style='color:red'>this is html</p>"}} />

<span dangerouslySetInnerHTML={{__html: "<p style='color:red'>this is html</p>"}}></span>