int(x):向下取整 round(x):超过 .5 则向上取整,否则向下取整 来源:https://www.cnblogs.com/wbyixx/p/11931078.html 标签 round python