python :round(),math.ceil(),math.floor()的区别 ... 正数: 四舍五入import math round(11.46) # 结果:11 round(11.56) # 结果:12 # 负数: 取 ...
確定! 回上一頁