1.0.0 • Published 2 years ago

huangll-tools v1.0.0

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

安装

npm install huangll-tools

导入

const huang = require('huang-tools')

格式化时间

const str = huang.dateFormat(new Date())
// 结果 2022-7-28 16:15:30

转义HTML字符

//转义
const str1 = huang.htmlEscape(htmlStr)
//还原
const str2 = huang.htmlUnEscape(htmlStr)

开源协议

ISC