Async
  • 音标:/əˈsɪŋk/
  • 意思:异步的;async关键字
  • 例句The async keyword declares a function that returns a Promise.
  • 翻译:async关键字声明一个返回Promise的函数。
  • 补充说明:async函数内部可以使用await。