heima-tools

1.1.0 • Public • Published

安装

... npm install heima-tools ...

导入

...js const heima = require('heima-tools'); ...

格式化时间

...js 调用格式化时间的方法 const times = heima.dataFormat(new Date()); console.log(times); ...

转义 HTML 中的特殊字符

...js // 调用转义 HTML 的方法 const htmlStr = '

这是h1标签

' const hs = heima.htmlEscaped(htmlStr); console.log(hs); ...

还原 HTML 中的特殊字符

...js // 调用还原字符串的方法 const hy = heima.htmlUnEscaped(htmlStr) console.log(hy); ...

开源协议

ISC

Readme

Keywords

Package Sidebar

Install

npm i heima-tools

Weekly Downloads

0

Version

1.1.0

License

ISC

Unpacked Size

2.58 kB

Total Files

5

Last publish

Collaborators

  • lz9666