react将字符串转义成html语句 livaha 2019-06-29 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>