... fetch(`https://api.giphy.com/v1/gifs/trending?api_key=${apiKey}`) ... .then(json => { json.data .map(gif => gif.images.fixed_height.url) .
確定! 回上一頁