map ((url) => fetch(url).then((response) => response.json()) ); const data = await Promise.all(promises); console.log(data); })() ...
確定! 回上一頁