html中的li对应react中的什么标签【点击查看详情】
html中的li对应react中的input。在HTML中,li标签就是ol标签的字标签。在React中,我们点击li对应的input获得焦点。
相关视频/文章