Make a request for a user with a given ID axios.get('/user? ... Optionally the request above could also be done as axios.get('/user', { params: { ID: 12345 } ...
確定! 回上一頁