1.0.0 • Published 3 years ago

laozhu-tools v1.0.0

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

安装

npm install lechi-tools

导入

const lechitools = require('lechi-tools')

格式化时间

const dt = lechitools.modateFormat(new Date('2020-01-12T12:34:22.123'))

转义html

const htmlstrs=lechitools.htmlEscape(htmlstr)

反转义html

const htmlFstr=lechitools.htmlunEscape(htmlstrs)

开源协议

ISC