fetch ('https://api.github.com/orgs/nodejs') .then(response => response.json()) .then(data => {. console.log(data) // result from `response.json()` above. } ...
確定! 回上一頁