UNPKG
xiaobai1-tools
Version:
latest (1.0.0)
1.0.0
格式化时间
xiaobai1-tools
/
README.md
20 lines
(13 loc)
•
285 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## 安装
... npm install xiaobai-tools ...
## 导入
...js
const
test
=
require
(
'xiaobai-tools'
) ...
const
dastr
=test.
dateFormate
(
new
Date
())
const
str
=test.
htmlEscape
()
//标签变为字符串
const
strs
=test.
htmlUnEscape
()
//还原标签
## 开源协议
ISC