长沙建网站的公司一对一定制方案,wordpress主题替换,app软件大全免费,京津冀协同发展现状1、html-react-parser HTML 到 React 解析器#xff0c;适用于服务器 #xff08;Node.js#xff09; 和客户端#xff08;浏览器#xff09;#xff0c;适用于React节点修改过滤等需求 解析器将 HTML 字符串转换为一个或多个 React 元素。可以将一个元素替换为另一个元素…1、html-react-parser HTML 到 React 解析器适用于服务器 Node.js 和客户端浏览器适用于React节点修改过滤等需求 解析器将 HTML 字符串转换为一个或多个 React 元素。可以将一个元素替换为另一个元素
import parse from html-react-parser;// 解析器将 HTML 字符串转换为一个或多个 React 元素。
parse(pHello, World!/p); // React.createElement(p, {}, Hello, World!)// 可以将一个元素替换为另一个元素
parse(p idreplacetext/p, {replace(domNode) {if (domNode.attribs domNode.attribs.id replace) {return spanreplaced/span;}},
});