npm.io
1.0.0 • Published 4 years ago

itheima-tools-pyy

Licence
ISC
Version
1.0.0
Deps
0
Size
2 kB
Vulns
0
Weekly
0

... npm install itheima-tools-pyy ...

导入

...js const itheima = require('ithema-tools-pyy') ...

格式化时间

...js const dtStr = itheima.dateFormat(new Date());

转义html中的特殊字符

...js //带转义的字符串 const htmlStr = '

这是h1标签123&nbsp

' const str = itheima.htmlEscape(htmlStr); ....

还原html中的特殊字符

...js const str2 = itheima.htmlunEscape(str) ....

开源协议

  "license": "ISC"