https://github.com/bitinn/node-fetch
fetch('https://github.com/') .then(res => res.text()) .then(body => console.log(body));
fetch('https://api.github.com/users/github') .then(res => res.json()) .then(json => console.log(json));
등록된 댓글이 없습니다.
코리아뉴스 2001 - , All right reserved. 더보기