UNPKG
zxftools
Version:
latest (1.0.0)
1.0.0
提供了格式化时间,HTMLEscape的功能
zxftools
/
README.md
19 lines
(11 loc)
•
198 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## 安装
``
` npm install mytools `
``
## 导入以及使用
``
`javascript const tools = require('mytools') console.log(tools.dateFormat(new Date())) `
``
## 开源协议
ISC