UNPKG
getong-tool1
Version:
latest (1.0.0)
1.0.0
提供了格式化时间,HTMLEscape相关的内容
getong-tool1
/
readme.md
21 lines
(18 loc)
•
310 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
##安装
... npm install getong-tool1 ...
##导入
...js
const
getong=(
'getong-tolls'
) ...
##格式化时间
...js
//调用dateFormat对时间进行格式化
const
dtStr=getong.dateFormat(
new
Date()) console.log(dtStr) ...
##转义,还原HTML中的特殊字符
...
##开源协议
ISC