fetch(id + '.json', { headers: { 'Content-Type': 'application/json', 'Accept': 'application/json' } }) .then(function (result) { return result.json(); }) |
가져오는 데이터의 타입을 명시해주면 되는듯?
'basic > Node.js' 카테고리의 다른 글
[Node.js] 백엔드 서버와 프론트엔드 서버를 동시에 켜주는 concurrently (0) | 2021.02.02 |
---|---|
[Node.js] package.json으로 node module설치하기 (0) | 2021.02.01 |
[Node.js] npx (0) | 2021.02.01 |
[몽고DB] 연결하기 (0) | 2021.01.04 |
[Node.js] jQuery로 ajax 활용 (0) | 2020.11.11 |