用create-react-app搭建的项目,我想创建一个函数定义组件,然后引用到App.js里,但是一直报错:React' must be in scope when using JSX,官网的文档真没看明白怎么创建和引用function Logo(){ return <div>这里是logo</div>} 查看完整描述