whisperuse

1.0.7 • Public • Published

安装

... 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

Package Sidebar

Install

npm i whisperuse

Weekly Downloads

0

Version

1.0.7

License

ISC

Unpacked Size

2.74 kB

Total Files

5

Last publish

Collaborators

  • bingru