1.0.0 • Published 2 years ago

itheima-dstools v1.0.0

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

安装

npm install itheima-dstools

导入

const dstools = require('itheima-dstools')

格式化时间

dstools.dataFormat(new Date())

转义 HTML 中的特殊字符

const htmlStr = '<...html>'
dstools.htmlEscape(htmlStr)

还原 HTML 中的特殊字符

const htmlStr = '<...html>'
dstools.htmlUnEscape(htmlStr)

开源协议

ISC

1.0.0

2 years ago