The reason you can't use await in the first example is that the code block where (try...catch) is present is not inside an async function.
確定! 回上一頁