1.parseInt(str)
2.Math.ceil(number)   //返回大于等于其数值参数的最大整数。
3.Math.floor(number)  //返回小于等于其数值参数的最大整数。 
4.Math.round(number)  //四舍五入