1 #encoding:utf-8 2 import math 3 4 #向上取整 5 print "math.ceil---" 6 print "math.ceil(2.3) => ", math.ceil(2.3) 7 print "math.ceil(2.6) ...
確定! 回上一頁