fetch ('http://api.icnd.com/jokes/random/10'). 4 .then(response => {. 5. response.json().then((data) => {. 6. console.log(data). 7. }); 8. }). 9. catch(error ...
確定! 回上一頁