1.0.1 • Published 3 years ago

itygwang-testtools v1.0.1

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

安装

... npm install itMrWang-tools ...

导入

... const itMrWang = require('itMrWang-tools) ...

格式化时间

...js //调用 dateFormat 对时间进行格式化 console.log(itMrWang.dataFormat(new Date())); ...

转义 HTML 中的特殊字符

...js //带转换的html字符 const htmlStr = '这是h1标签123 '; //调用htmlEscape 方法进行转换 const str = itMrWang.htmlEscape(htmlStr) //转换结果 console.log("str",str) ...

转义 HTML 中的特殊字符

...js //还原html字符串 const str2 = itMrWang.htmlUnEscape(str); //结果 console.log("str2",str2) ...

开源协议

ISC