async function wrong() { try { let response = await fetch('https://dog.ceo/xxx') let data = await response.json() console.log(data) } catch ...
確定! 回上一頁