JavaScript中用于四舍五入的Math.round方法讲解

进修社 人气:2.82W

此方法返回一个数四舍五入为最接近的整数的`值。

JavaScript中用于四舍五入的Math.round方法讲解

语法

d( x ) ;

下面是参数的详细信息:

x: 一个数字

返回值:

返回数字四舍五入为最接近的整数的值。

例子:

JavaScript Math round() Method

这将产生以下结果:

First Test Value : 1Second Test Value : 21Third Test Value : 20Fourth Test Value : -20