fetch ('https://jsonplaceholder.typicode.com/posts').then(function (response) { // The API call was successful! console.log('success!', response); ...
確定! 回上一頁