摘要: 一、async/await的优势在于处理 then 链 单一的 Promise 链并不能发现 async/await 的优势,但是,如果需要处理由多个 Promise 组成的 then 链的时候,优势就能体现出来了(很有意思, Promise 通过 then 链来解决多层回调的问题,现在又用 asy 阅读全文
posted @ 2020-08-10 13:51 rachelch 阅读(155) 评论(0) 推荐(0) 编辑