我正在尝试通过以下方式实现两个承诺:
Promise.all([...])
但他们都有自己的.then:
.then
Promise.all([promise1().then(...), promise2().then(...)])
.then我希望在 Promise.all 上运行另一个,同时也在等待两者.then返回(如果有任何意义的话)。
这是一个显示我的意思的小提琴。
慕标5832272
胡说叔叔
相关分类