为了解决回调地狱问题,在现代JS中加入了Promise;并且Promise包括了all、race和any三个不同的方法; 本文分别讲述了这三个方法,以及具体的使用场景; 文章源代码: https://github.com/JasonkayZK/node_learn/tree/promise