toFormat:将toFormat实例方法添加到big.js或decimal.js中

时间:2024-06-18 02:46:49
【文件属性】:

文件名称:toFormat:将toFormat实例方法添加到big.js或decimal.js中

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-18 02:46:49

JavaScript

格式化 将toFormat实例方法添加到或 。 安装 节点.js $ npm install toformat 浏览器 < script src =' path/to/big.js ' > </ script > < script src =' path/to/toFormat.js ' > </ script > 用 节点.js Big = require ( 'big' ) Big = require ( 'toformat' ) ( Big ) x = new Big ( 9876.54321 ) x . toFormat ( 2 ) // '9,876.54' // Three different ways of setting a formatting property Big . format . decimalSepara


【文件预览】:
toFormat-master
----test.js(6KB)
----package.json(860B)
----LICENCE(1KB)
----toFormat.js(5KB)
----.npmignore(23B)
----README.md(2KB)
----toFormat.min.js(1KB)

网友评论