1.0.7 • Published 2 years ago

whisperuse v1.0.7

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

安装

... npm install Tools-of-whisper ...

导入

...js const tools = require('Tools-of-whisper') ...

格式化时间

...js

const dtStr = tools.dateFormat(new Date())

console.log(dtStr) ...

转移HTML特殊字符

...js

const htmlStr1 = '这是h1标签123nbsp;'

const str1 = tools.htmlEscape(htmlStr1)

console.log(str1) ...

还原html中特殊字符

...js

const htmlStr2 = '<h1 tltle="abc">这是h1标签<span>123nbsp;</span></h1>' const str2 = tools.htmlUnEscape(htmlStr2)

console.log(str2) ...

开源协议

ISC