import fetch from 'node-fetch'; // HTMLの取得 fetch('https://github.com/') .then(res => res.text()) .then(body => console.log(body));
確定! 回上一頁