1.0.0 • Published 2 years ago

wss-tools v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

安装

、、、 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