Math.min()

函数,math.min(a, b ,c, d,...)返回最小的那个数字,其中比较的参数可以任意个.[1] 
print("math.min "..math.min(5,3,6))结果:3
posted @ 2016-05-09 14:04  gentspy  阅读(264)  评论(0编辑  收藏  举报