1.0.0 • Published 1 year ago

itheima-xjl v1.0.0

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

##安装 ... npm install itheima-xjl ...

##导入 ... const itheima=require('itheima-xjl') ...

##格式化时间

...js //调用dateFormat对时间进行格式化 const dtStr=itheima.dateFormat(new Date()) //结果输出 console.log(dtStr) ...

##转义HTML中的特殊字符 ...js //调用方法进行转换 const str=TIME.htmlEscape('Hello') //结果<h1>Hello</h1> ...

##还原HTML中的特殊字符 ...js //调用方法进行还原 //结果Hello console.log(TIME.htmlUnEscape(str)) ...

##开源协议 ISC