json (); // Generates a random number between 0 and the length of the quotes array const indx = Math.floor(Math.random()*allQuotes.length); //Store the quote ...
確定! 回上一頁