const getMoviesFromApiAsync = async () => { try { const response = await fetch( 'https://reactnative.dev/movies.json', ) ...
確定! 回上一頁