본문 바로가기

기타

axios 라이브러리 공식 문서 번역판

반응형

xn--xy1bk56a.run/axios/guide/usage.html

 

사용법 | Axios 러닝 가이드

사용법 GET 요청 axios를 사용해 GET 요청하는 방법은 다음과 같습니다. const axios = require('axios'); axios.get('/user?ID=12345') .then(function (response) { console.log(response); }) .catch(function (error) { console.log(error); }) .t

xn--xy1bk56a.run

 

반응형