荟萃馆

位置:首页 > 设计 > 网页设计

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

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

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

语法

d( x ) ;

下面是参数的详细信息:

x: 一个数字

返回值:

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

例子

JavaScript Math round() Method