UNPKG
huang-tools
Version:
latest (5.0.0)
5.0.0
1.0.0
提供格式化日期时间,转换及还原标签的功能
huang-tools
/
readme.md
17 lines
(15 loc)
•
279 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## 安装
``
`js npm i huang-tools `
``
## 导入
``
`js const tools=require('./index,js') console.log(tools) `
``
## 使用
``
`js console.log(tool.dateFormat(new Date())); console.log(tool.htmlEscape(str)); console.log(tool.htmlUnescape(tool.htmlEscape(str))); `
``