As of May 27, 2020, you should use Promise.all : Promise.all([axios.get(URL1), axios.get(URL2), axios.get(URL3)]) .then((responses) ...
確定! 回上一頁