Appearance
禁止使用危险的JSX属性
有可能引起XSS攻击
避免使用dangerouslySetInnerHTML。
<div dangerouslySetInnerHTML={{ __html: 'ranwawa' }} />
<div>ranwawa</div>