文件名称:nformat:格式字符串编号
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-30 07:11:42
JavaScript
信息格式 简单的数字/字符串格式 安装 该模块通过npm安装: $ npm install nformat 用法示例 var nFormat = require ( 'nformat' ) ; assert . equal ( nFormat ( 12345678 , '***-***:*** *' ) , '123-456:78' ) ; assert . equal ( nFormat ( 123456789 , '***-***-***' ) , '123-456-789' ) ;
【文件预览】:
nformat-master
----.jshintrc(351B)
----.gitignore(603B)
----package.json(616B)
----src()
--------index.js(405B)
----.travis.yml(38B)
----LICENSE(1KB)
----index.js(607B)
----test.js(449B)
----README.md(518B)
----.editorconfig(197B)