react HTML字符串转换

994 阅读1分钟

react中把富文本生成的HTML字符串转换成HTML代码

  <div dangerouslySetInnerHTML={{ __html: item.content }} />