async function wrong() { try { let res = await fetch('https://dog.ceo/api/breeds/image/random') let data = await res.json() ...
確定! 回上一頁