函数,math.min(a, b ,c, d,...)返回最小的那个数字,其中比较的参数可以任意个.[1] print("math.min "..math.min(5,3,6))结果:3 转载于:https://www.cnblogs.com/gentspy/p/5473741.html