modf, 取整數和小數部分, math.modf(20.12), 20 0.12. randomseed, 設隨機數種子, math.randomseed(os.time()). random, 取隨機數, math.random(5,90) ...
確定! 回上一頁