先上代码:
async function getAllData() {
for (const item of tableData) {
await fetchData(item.id)
}
}
function fetchData
先上代码:
async function getAllData() {
for (const item of tableData) {
await fetchData(item.id)
}
}
function fetchData