1.0.0 • Published 2 years ago

it-tools-zxt v1.0.0

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

##安装 npm install it-tools-zxt

##导入 const ithe=require('it-tools-zxt')

##格式化时间 const dtStr = ithe.dataFormat(new Date()) console.log(dtStr);

##转义html字符 const htmlStr = 'h1标签123 '; const str = ithe.htmlEscape(htmlStr); console.log(str);

##还原html字符 const htmlStr = 'h1标签123 '; const str2 = ithe.htmlUnEscape(htmlStr); console.log(str2);

##开原协议 ISC