傳送一個get請求 axios({ method: "get", url: "https:httpbin.org/get", params: { name: "coderwhy", age: 18 } }).then(res => { console.log(" ...
確定! 回上一頁