1.0.0 • Published 2 years ago

itheima-tools-lhw v1.0.0

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

安装

npm install itheima-tools-lhw

导入

const i = require('itheima-tools-lhw');

格式化时间

console.log(i.dateFormat());
//输出:2022-2-17 11:31:28

转义html

console.log(i.htmlEscape('<h1>中国</h1>'));
//输出:&lt;h1&gt;中国&lt;/h1&gt;

还原html的特殊字符

console.log(i.htmlunEscape('&lt;h1&gt;中国&lt;/h1&gt;'));
//输出:<h1>中国</h1>

开源协议

ISC