偶尔发现,React的生命周期函数可以写成async的形式,比如,componentDidMount可以写成这样。 async componentDidMount() { //函数体中可以使用await } ...
確定! 回上一頁