1.0.1 • Published 4 years ago

itheima-toolslyq v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

##安装 、、、 npm install itheima-toolslyq 、、、

##导入 、、、js const itheima =require('itheima-toolslyq') 、、、

##格式化时间 、、、js const dtStr= itheima.dateFormat(new Date()) console.log(dtStr) 、、、

#转义 HTML 中的特殊字符 、、、js const htmlStr = '这是h1标签123 ' 、、、

const str = itheima.htmlEscape(htmlStr) 、、、

const str2 = itheima.htmlUnEscape(str) 、、、

##开源协议 ISC

1.0.1

4 years ago

1.0.0

4 years ago