🌈 搜索
📅  最后修改于: 2022-03-11 15:02:57.932000             🧑  作者: Mango
fetch('url') .then(res => res.json()) .then(data => console.log(data));