... console.log(asyncTasks); (async () => { try{ const a = await Promise.all([1, 2, 3].map(async (x) => { if(x === 2){ throw new ...
確定! 回上一頁