JavaScipt中的Math.ceil() 、Math.floor() 、Math.round() 三个函数的理解
首先还是看看JavaScript:TheDefinitiveGuide,4thEdition中对三个函数的定义。Math.ceil():roundanumberupArguments:AnynumericvalueorexpressionReturns:Theclosestintegergreaterthanorequaltox.----------------------------------