wss-tools

1.0.0 • Public • Published

安装

、、、 npm install wss-tools 、、、

导入

、、、js const wss=require('wss-tools') 、、、

格式化时间

、、、js const dt=wss.dataFormat(new Date()) console.log(dt); 、、、

转义html中的特殊字符

、、、js const htmlStr='

这是h1标签,123 

' const str=wss.htmlEscape(htmlStr) console.log(str); 、、、

还原html中的特殊字符

、、、js const str1=wss.htmlUnEscape(str) console.log(str1); 、、、

开源协议

ISC

Package Sidebar

Install

npm i wss-tools

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

2.1 kB

Total Files

5

Last publish

Collaborators

  • wssovo