[size=large] 1.ceil() 向上进位取整2.floor() 向下取整3.trunc(float,int) 可以设定小数位的取整,五四舍五入功能4.round(float,int) 可以设定小数位的四舍五入[/size]