javascript. async function executeRequest() {. const response = await fetch('/movies.json');. const moviesJson = await response.json();.
確定! 回上一頁