1.0.0 • Published 1 year ago

nuo-tools v1.0.0

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

##安装 、、、 npm install nuo-tools 、、、

##导入 、、、js const nuo = require('nuo-tools') 、、、

##格式化时间 、、、js

const dtstr = nuo。dataFormat(new Date())

console.log(dtstr) 、、、

##转义html中的特殊字符 、、、js

const htmlstr = ’这是h1标签123 

const str = nuo.htmlEscape(htmlstr)

console.log(str) 、、、

##还原html中的特殊字符 、、、js

const str2 = nuo.htmlUnEscape(str)

console.log(str2) 、、、

##开源协议 ISC

1.0.0

1 year ago