基本使用方法. GET 請求 // Make a request for a user with a given ID axios.get('/user?ID=12345') .then(function (response) { console.log(response); }) ...
確定! 回上一頁