const asyncForEach = async (array, callback) => { ... async imdbID => { const url = `${ROOT_URL}?i=${imdbID}${API_KEY}`; await axios.get(url).then(response ...
確定! 回上一頁