// html
等价的 react 写法
// react var style = { color: "red",fontSize: "20px" } Hello World
var style = { color: "red",fontSize: "20px" }