floor(Math.random() * colors.length) generates a random index for the colors array;; Math.floor function returns the largest integer ...
確定! 回上一頁