For example: Get a random number up to 10 function getRandomNumber(10) { return Math.floor(Math.random()*10)+1; } All o...
確定! 回上一頁