Node.js之async 和 await 关键字及微任务和宏任务

async 和 await 关键字 async 和 await 是 ES2017 中提出来的,async 和 await 两个关键字的出现,简化的 Promise 的使用。 async 关键字 asy