async functions return a promise. · async functions use an implicit Promise to return results. · await blocks the code execution within the async function, of ...
確定! 回上一頁