码迷,mamicode.com
首页 > Web开发 > 详细

js保留指定位数的小数

时间:2018-09-04 17:52:27      阅读:281      评论:0      收藏:0      [点我收藏+]

标签:nbsp   class   tofixed   指定   bsp   四舍五入   保留   Fix   fixed   

   toFixed() 方法可把 Number 四舍五入为指定小数位数的数字。

//保留四位小数
var number = 1.23456789;
number = number.toFixed(4);

 

js保留指定位数的小数

标签:nbsp   class   tofixed   指定   bsp   四舍五入   保留   Fix   fixed   

原文地址:https://www.cnblogs.com/zhou-pan/p/9585784.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!