2.0.1 • Published 2 years ago

itheima-tools-ljj v2.0.1

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

安装

    npm install itheima-tools-ljj

导入

    const itheima = require('itheima-tools')

格式化时间

    const dt = new Date()
    const now = dataFormat.dataFormat(dt)

转义HTML特殊字符

    const htmlStr = '<h1 title="abc">这是h1标签<span>123&nbsp;</span></h1>'
    const nowhtmlStr = dataFormat.htmlEscape(htmlStr)    

还原HTML特殊字符

    const htmlStr = '&lt;h1 title=&quot;abc&quot;&gt;这是h1标签&lt;span&gt;123&amp;nbsp;&lt;/span&gt;&lt;/h1&gt;'
    const nowhtmlStr = dataFormat.htmlUnEscape(htmlStr) 

开源协议

ISC

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

3 years ago