async function asyncFunc() { // fetch data from a url endpoint const data = await axios.get("/some_url_endpoint"); return data; }.
確定! 回上一頁