math.random() with no arguments generates a real number between 0 and 1. math.random(upper) generates integer numbers between 1 and upper.
確定! 回上一頁