function asyncFunc (){ return new Promise((resolve,reject)=>{ resolve("Hey!") }) } Await. await 只能使用在 async 函式內部,在這之外的地方使用 ...
確定! 回上一頁