JS export 異步導出

function getUrl () {
  req().then(res => {
    console.log(res);async

  }).catch(err => {
    console.log(err);spa

  })
}get

 

export async function myReq () {it

  await getUrl();io

  return '123';console

}function

相關文章
相關標籤/搜索