🌈 搜索
📅  最后修改于: 2022-03-11 15:01:48.930000             🧑  作者: Mango
fetch('https://api.github.com/users/github') .then(res => res.json()) .then(json => console.log(json));