您想在內部執行異步功能 map() 調用,對數組的每個元素執行操作,並返回結果。 ... const getData = async () => { return Promise.all(list.map(item ...
確定! 回上一頁