從陣列中隨機抽取一個元素(sample element in array). var rand = myArray[Math.floor(Math.random() * myArray.length)];
確定! 回上一頁