const IDs = [1, 2, 3]; const usersData = IDs.map(async (id) => await ... Promise.all takes in an array of promises, runs them concurrently ...
確定! 回上一頁