1.0.1 • Published 1 year ago

cwy_tools v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

安装

npm install cwy_tools

导入

const cwy_tools=require('wy_tools')

格式化时间

 console.log(cwy_tools.dataFormat());

转义&还原HTML特殊字符

 const str="<h1>hello&hi</h1>";
 const html=cwy_tools.htmlEscape(str);
 console.log(html);
 const str2=cwy_tools.htmlUnEscape(html);
 console.log(str2);

开源协议

ISC