React直接渲染從後臺傳過來的標籤

在工做中使用react,遇到須要渲染從後臺獲取到的標籤語言,發現直接放在react中是不能解析標籤語言的。解決辦法以下:html var content = '<strong>content</strong>';// 假設content是從接口獲取到的數據 react.render( <div dangerouslySetInnerHTML = {{ __html:content }}></div
相關文章
相關標籤/搜索