accounting.js 是一个简单的 js 库用来格式化数字、货币的显示。
示例代码:
(0.615).toFixed(2); // "0.61" accounting.toFixed(0.615, 2); // "0.62"