1.0.0 • Published 3 years ago

haoshen-tools v1.0.0

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

安装

npm install haoshen-tools

导入

const haoshen_tools = require('./haoshen-tools');

格式化时间

console.log(haoshen_tools.dateFormat('2022-10-21'));

输出结果:2022-10-21 08:00:00

转义html中的特殊字符

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

还原html中的特殊字符

console.log(haoshen_tools.htmlUnEscape(str1));

开源协议

ISC