html-react-parser
在服务器(Node.js)和客户端(浏览器)上均可使用HTML to React解析器:
HTMLReactParser(string[, options])
解析器将HTML字符串转换为一个或多个。
要将元素替换为另一个元素,请签出选项。
例
const parse = require ( 'html-react-parser' ) ;
parse ( '
Hello, World!
' ) ; // React.createElement('p', {}, 'Hello, World!')
| | | |
目录
安装
:
$
1