1.ceil()向上取整 

   例: ceil(1.2) = 2 

2.floor() 向下取整 

    例: floor(1.2) = 1 

3.round() 四舍五入