For executing concurrently, I recommend using Promise.all() . ... const responses = await Promise.all(list.map(fn => fn())) // destructured example const [a ...
確定! 回上一頁