... async function saveMovies() { let response = await axios.get('https://ghibliap i.herokuapp.com/films'); let movieList = ''; response.data.forEach(movie ...
確定! 回上一頁