目录
功能
语法
参数
范例
all()
功能
这种方法对于聚合多个承诺的结果非常有用。
语法
async.all(promises)
参数
promises
0或更多的承诺对象。
范例
Example: