1、HTML
return (
<div> ###html code </div>
)
2、react 组件
return (
<Component/>
)
3、js对象
return {...}
1、HTML
return (
<div> ###html code </div>
)
2、react 组件
return (
<Component/>
)
3、js对象
return {...}
本文标题:react 中的return 什么时候用小括号,什么时候用大括号
本文链接:https://www.haomeiwen.com/subject/bcqkxrtx.html
网友评论