我有幾個承諾,我需要在繼續之前解決。 Promise.all(promises).then((results) => { // going further }); 有什麼方法可以讓我有Promise.all承諾的進展如何?
確定! 回上一頁