1.0.0 • Published 12 months ago
ithema-tools-prowcyyyyyfafaf v1.0.0
安装
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>') )
结果:<div>Hello World</div>
还原 HTML 中的特殊字符
ithemaTools.unescapeHTML('<div>Hello World</div>')
console.log(ithemaTools.unescapeHTML('<div>Hello World</div>') )
结果:<div>Hello World</div>
开源协议
ISC
1.0.0
12 months ago