技术栈
async和await
_Jyann_
1 年前
async和await
async&await函数
一种更简洁的方式写出基于Promise的异步行为async函数的返回值为一个promise,通过then和catch来捕获内部的返回值