Async functions enable us to write promise based code as if it were ... async function series() { await wait(500); // Wait 500ms… await ...
確定! 回上一頁