You can use await when calling any function that returns a Promise, including web API functions. Here is a trivial example: async function hello() { return ...
確定! 回上一頁