async 在箭头函数上的使用方式

652 阅读1分钟
   fun = async () => {
       await .....
    }