fetch (`https://jsonplaceholder.typicode.com/posts`) .then(res => res.json()) .then(posts => console.log(posts)). The above fetch call has three key parts.
確定! 回上一頁