const got = await fetch('https://jsonplaceholder.typicode.com/todos/1');. 3. 4. console.log(await got.json()). 5. } 6. . 7. data();. how to make an async ...
確定! 回上一頁