- 博客(30)
- 收藏
- 关注
原创 async和await
async function fetchData() {const res = await axios.get(‘/api/data’);console.log(res.data);}fetchData();
2024-08-02 17:16:56 121
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
async function fetchData() {const res = await axios.get(‘/api/data’);console.log(res.data);}fetchData();
2024-08-02 17:16:56 121
TA创建的收藏夹 TA关注的收藏夹
TA关注的人