Promise<T>:Promise的泛型T代表promise变成成功态之后resolve的值的类型,也就是resolve(value)中value的类型React.FC<PropsType>:PropsType是函数组件的参数props的类型