1.0.0 • Published 2 years ago

hrbu-bing v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

安装

npm install hrbu-util1

导入

const htbuUtil1 = require("hrbu-util1");

格式化时间

// 调用 dataFormat 对时间进行格式化
htbuUtil1.dateFormat(new Date());

// 结果 2022-03-25 09:47:56

生成4位验证码

// 获取4位字母与数字组成的验证码
htbuUtil1.verificationCode(4)

// 结果 k8io

生成6位验证码

// 获取6位字母与数字组成的验证码
htbuUtil1.verificationCode(6)

// 结果 nvq7pt

开源协议

ISC