程序名称:accounting.js
授权协议: 未知
操作系统: 跨平台
开发语言: JavaScript
accounting.js 是一个简单的 js 库用来格式化数字、货币的显示。
示例代码:
(0.615).toFixed(2); // "0.61" accounting.toFixed(0.615, 2); // "0.62"
http://josscrowcroft.github.com/accounting.js/