🌈 搜索
📅  最后修改于: 2022-03-11 14:47:34.428000             🧑  作者: Mango
fetch('https://jsonplaceholder.typicode.com/posts/1') .then(res => res.json()) .then(console.log)