Run this code to get a random quote. fetch('https://animechan.vercel.app/api/random') .then(response => response.json()) .then(quote => console.log(quote)).
確定! 回上一頁