标签:
function floatNumber(n) { return parseFloat(n.toFixed(12), 10); }
修复 JavaScript 的浮点数
原文地址:http://www.cnblogs.com/shanchenba/p/5671442.html