1.2.0 • Published 2 years ago

ith-tools v1.2.0

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

##安装 ‘’‘ npm install ith-tools '''

##导入 ‘’‘js const itheima=require('ith-tools') '''

##格式化时间 ‘’‘js //调用dateformat格式化时间 const newTIME = itheima.dataformat(new Date()); console.log(newTIME); '''

##转义html中的特殊字符 ‘’‘js //带转换的字符串 const htmlstr = '这是目标标签123 '; //调用htmlEscape方法进行转换 const str = itheima.htmlEscape(htmlstr); console.log(str); ‘’‘

##还原html中的特殊字符串 ’‘’js //带还原的html字符串 const str2 = itheima.htmlUnEscape(str); console.log(str2); ‘’‘

开源协议 ISC

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

3 years ago