async function loadUser(uid) { try { data = await axios.get('/user?ID=12345') console.log(data) } catch(e) { console.log(e) } }.
確定! 回上一頁