執行併發請求,當我們想要同時發出2個請求,可以使用 axios.all() function getUserAccount() { return axios.get("/user/12345"); } function ...
確定! 回上一頁