Promise、async 与 Generator(Promise 是为了解决回调地狱,但是 Promise 状态不可 中断,就有了 Generator,async 则是自执行的 Generator 语法糖)
← 52.事件循环机制52.JSON 的操作函数(parse,stringify) →