平常写法
<label for="username">用户名</label> <input type="text" id="username"/>
react中的写法:
<label htmlFor="username">用户名</label> <input type="text" id="username"/>

react 标签中的class ,类名称要用className避免与react 的class关键字进行冲突。

posted on 2022-08-31 12:36  好久不见-库克  阅读(26)  评论(0)    收藏  举报