Closed
Description
`
JSX Prevents Injection Attacks
By default, React DOM escapes any values embedded in JSX before rendering them. Thus it ensures that you can never inject anything that's not explicitly written in your application. Everything is converted to a string before being rendered. This helps prevent XSS (cross-site -scripting) attacks.`
错误:加粗的名字出现错误,应该改为
ReactDom 中间不能有空格,书写格式的错误
Metadata
Metadata
Assignees
Labels
No labels