To create a random number in javascript use the Math.random() method. It returns a number between 0 and 1, where 0 is inclusive and 1 is exclusive.
確定! 回上一頁