const asyncWorker = async (num) => { // 非同步的工作,會做一段時間 }; let results = arr.map(async (num) => { // 等待非同步工作完成 await ...
確定! 回上一頁