1.0.1 • Published 2 years ago

zsy-tools v1.0.1

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

安装

npm install zsy-tools

导入

const zsyTools = require("zsy-tools")

格式花时间

const dtStr = zsyTools.dateFormat(new Date())

//结果2022-03-15-15-12-18

转译HTML 中的特殊字符

const str = zsyTools.htmlEscape(htmlstr)

还原 HTML

const str2 = zsyTools.htmlUnEscape(str)

开源协议

"license": "ISC"