1.0.0 • Published 4 years ago
huinan-tools-eee v1.0.0
安装
npm i huinan-tools
导入
const huinan = require('./huinan-tools')
格式化时间
// 调用时间
console.log(huinan.dateFormat(new Date()));
转义 HTML 中的特殊符号
// 调用 转译
console.log(huinan.htmlEscape("aaaaa"));
还原 HTML 中的特殊符号
// 调用 还原
console.log(huinan.htmlUnEscape("aaaaa"));
开源协议
ISC
1.0.0
4 years ago