当前位置:才华君>社会工作>电脑培训>

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

电脑培训 阅读(2.79W)

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

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

语法

d( x ) ;

下面是参数的详细信息:

x: 一个数字

返回值:

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

例子:

<a href="https://www.caihuajun.com/info/4kq7/" title="查看更多Java的文章" target="_blank">Java</a>Script Math round() Method

这将产生以下结果:

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