ceil 方法返回大于等于其数字参数的最小整数。Math.ceil(number)必选项number 参数是数值表达式。
Math.round()四舍五入Math.floor()向下取整
Math.ceil()向上取整