return fetch('https://reactnative.dev/movies.json') .then(response => response.json()) .then(json => { return json.movies; } ...
確定! 回上一頁