js 保留小数位数

eg: var num=3.1415926

小数位处理:num.toFixed(n)      n:小数位数

原文地址:https://www.cnblogs.com/wu-peng/p/5542604.html