//写法一 等价于写法二 const MyComponent = () => { //... } //写法二 const MyComponent: React.FC = () => { //... }