JavaScript中保留2位小数的四舍五入方法,你知道吗?
在之前python的学习中js 四舍五入 两位小数,我们知道python是可以进行四舍五入计算的,而JavaScript也是可以的。本文主要介绍JavaScript中四舍五入保留2位小数的两种方法,即toFixed()方法和Math.round方法。
方法一:使用toFixed()方法,
toFixed(n):把一个数按照银行家舍入规则进行舍入,也就是四舍五入保留n位小数。
实例:四舍五入保留2位小数
<pre class="brush:php;toolbar:false">var a = 22.3344
//undefined
a.toFixed(2)
//"22.33"
a = 22.3355
//22.3355
a.toFixed(2)
//"22.34"</pre>
方法二:使用Math.round方法
Math.round:把一个数字舍入为它最接近的整数js 四舍五入 两位小数,>=0.5入,
实例:把不同的数舍入为最接近的整数
<pre class="brush:php;toolbar:false">Math.round(0.60)
Math.round(0.50)
Math.round(0.49)
Math.round(-4.40)
Math.round(-4.60)</pre>
输出
<pre class="brush:php;toolbar:false">1
1
0
-4
-5</pre>
以上就是JavaScript中四舍五入保留2位小数的两种方法,大家可以直接套用代码使用哟~
发表评论
热门文章
Spimes主题专为博客、自媒体、资讯类的网站设计....
一款个人简历主题,可以简单搭建一下,具体也比较简单....
仿制主题,Typecho博客主题,昼夜双版设计,可....
用于作品展示、资源下载,行业垂直性网站、个人博客,....
热评文章
最新评论
Z.
2024年11月29日
博主你好,Deng插件,这个点击不进去,提示这个(Warning: require_once(/www/wwwroot/w.zzy2020.com/usr/plugins/Deng/Deng/html/profile.php): failed to open stream: No such file or directory in /www/wwwroot/w.zzy2020.com/Fresh/extending.php on line 26
Fatal error: require_once(): Failed opening required '/www/wwwroot/w.zzy2020.com/usr/plugins/Deng/Deng/html/profile.php' (include_path='.:/www/server/php/72/lib/php') in /www/wwwroot/w.zzy2020.com/Fresh/extending.php on line 26)
wo20ljj
昨天 18:33
请问购买后包括积分插件和会员插件吗?