没有合适的资源?快使用搜索试试~ 我知道了~
number-to-words:将数字转换为单词
共32个文件
js:17个
json:4个
md:2个
需积分: 14 0 下载量 70 浏览量
2021-05-11
13:40:43
上传
评论
收藏 67KB ZIP 举报
温馨提示
数字到单词 包含一些将数字转换为单词,序数单词和序数数字的util方法。 安装 npm install number-to-words 原料药 toOrdinal(number) 使用后缀将整数转换为字符串。 如果数字为小数,则将删除小数。 var converter = require ( 'number-to-words' ) ; converter . toOrdinal ( 21 ) ; // => “21st” toWords(number) 将整数转换为单词。 如果数字为小数,则将删除小数。 var converter = require ( 'number-to-words' ) ; converter . toWords ( 13 ) ; // => “thirteen” // Decimal numbers: converter . toWords ( 2.9
资源推荐
资源详情
资源评论
收起资源包目录
number-to-words-master.zip (32个子文件)
number-to-words-master
.gitignore 38B
README.md 3KB
.prettierrc 104B
LICENSE 1KB
.eslintrc 156B
wrapBundle.tmpl 834B
bower.json 1KB
wrapEach.tmpl 90B
package.json 2KB
src
makeOrdinal.js 1KB
maxSafeInteger.js 92B
isFinite.js 245B
isSafeNumber.js 210B
index.js 160B
toOrdinal.js 1KB
toWords.js 3KB
toWordsOrdinal.js 377B
numberToWords.js 8KB
spec
indexSpec.js 532B
toWordsOrdinalSpec.js 2KB
support
jasmine.json 128B
toOrdinalSpec.js 2KB
toWordsSpec.js 6KB
phantom
run-jasmine3.js 5KB
index.html 733B
isSafeNumberSpec.js 1KB
.editorconfig 517B
numberToWords.min.js 3KB
gulpfile.js 2KB
.npmrc 18B
package-lock.json 251KB
ROADMAP.md 175B
共 32 条
- 1
资源评论
KawaiiLabsSol
- 粉丝: 34
- 资源: 4711
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 10、安徽省大学生学科和技能竞赛A、B类项目列表(2019年版).xlsx
- 9、教育主管部门公布学科竞赛(2015版)-方喻飞
- C语言-leetcode题解之83-remove-duplicates-from-sorted-list.c
- C语言-leetcode题解之79-word-search.c
- C语言-leetcode题解之78-subsets.c
- C语言-leetcode题解之75-sort-colors.c
- C语言-leetcode题解之74-search-a-2d-matrix.c
- C语言-leetcode题解之73-set-matrix-zeroes.c
- 树莓派物联网智能家居基础教程
- YOLOv5深度学习目标检测基础教程
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功