Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 159 Bytes

File metadata and controls

4 lines (3 loc) · 159 Bytes

JS异步代码的优化:嵌套回调 -> Promise链式调用 -> async await

Promise