文件名称:number-names
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-18 06:14:31
JavaScript
编号名称 将那些长数字转换为可读的字符串。 令人敬畏的宝石的JS端口。 安装 $ npm install number-names 用法 该函数将数字输入为整数,字符串或科学计数法。 var n2w = require ( 'number-names' ) ; n2w ( 9023 ) ; // nine thousand and twenty-three n2w ( 192.93 ) ; // one hundred and ninety-two point nine three n2w ( '-121' ) ; // negative one hundred and twenty-one n2w ( '1.89e+10' ) ; // eighteen billion and nine hundred million ...一直到156位数字 n2w ( '444333222111
【文件预览】:
number-names-master
----lib()
--------lots.js(995B)
--------cache.js(28KB)
----LICENSE(1KB)
----test()
--------cases.js(43KB)
--------spec.js(991B)
----README.md(3KB)
----.gitignore(30B)
----index.js(1KB)
----package.json(715B)