函数名 描述 示例 modf 取整数和小数部分 math.modf(20.12) randomseed 设随机数种子 math.randomseed(os.time()) random 取随机数 math.random(5,90)
確定! 回上一頁