async await 坑

232 阅读1分钟

这种情况下还是会出现异步

async/await的功能都是基于promise实现的,连续的async/await函数并不会按顺序执行,