1.0.0 • Published 12 months ago

ithema-tools-prowcyyyyyfafaf v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

安装

npm install ithema-tools-pro-wcy317866

导入

const ithemaTools = require('ithema-tools-pro-wcy317866')

格式化时间

ithemaTools.formatTime(new Date())
console.log(ithemaTools.formatTime(new Date()) )
结果:2020-05-06 09:09:09

转义 HTML 中的特殊字符

ithemaTools.escapeHTML('<div>Hello World</div>')
console.log(ithemaTools.escapeHTML('<div>Hello World</div>') )
结果:&lt;div&gt;Hello World&lt;/div&gt;

还原 HTML 中的特殊字符

ithemaTools.unescapeHTML('&lt;div&gt;Hello World&lt;/div&gt;')
console.log(ithemaTools.unescapeHTML('&lt;div&gt;Hello World&lt;/div&gt;') )
结果:<div>Hello World</div>

开源协议

ISC

1.0.0

12 months ago