标签字符串1

React 插入 HTML 标签字符串
问题 render() { const html_string = “<span>123</span>”; return ( <div> ...