摘要: 暂且使用如下try/catch In async/await functions it is common to use try/catch blocks to catch such errors. `async function asyncTask(cb) { try { const user = 阅读全文