async function processArray(array) { array.forEach(item => { // define synchronous anonymous function // IT WILL THROW ERROR! await ...
確定! 回上一頁