1.0.1 • Published 2 years ago

item-cat v1.0.1

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

##安装

npm i item-cat

##导入

const item = require('cat-item')

##格式化时间

//调用dateFormat函数格式化时间
const str = item.dateFormat(new Date())
//结果 2022-02-00 17-44-49
console.log(str)

##转义HTML特俗字符串

//带转换的字符串
const htmlStr = '&lth1 title=&quotanc&quot&gt这是h1标签&ltspan&gt12&ompnbsp&lt/span&gt&lt/h1&gt'
//使用substitute函数转义html字符串
const str = item.substitute(htmlStr)

##还原特殊字符

const str2 = item.unsubstitute(str)

##开源协议 ISC

1.0.1

2 years ago

1.0.0

2 years ago