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

js将相除结果百分比 ,四舍五入函数 toFixed()

时间:2018-02-13 12:32:48      阅读:414      评论:0      收藏:0      [点我收藏+]

标签:fixed   mat   style   class   round   百分比   var   函数   gpo   

function percentNum(num, num2) {
    return (Math.round(num / num2 * 10000) / 100.00 + "%"); 
}
alert(percentNum(1,2));
var a=5.27777777777;  
alert(a.toFixed(2));

 

js将相除结果百分比 ,四舍五入函数 toFixed()

标签:fixed   mat   style   class   round   百分比   var   函数   gpo   

原文地址:https://www.cnblogs.com/5aiQ/p/8446105.html

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