1.0.0 • Published 2 years ago
fz1148-tools v1.0.0
安装
npm install fz1148-tools
导入
const fz1148=require('fz1148-tools')
格式化时间
const dataStr=fz1148.dataFormat(new Date());
console.log(dataStr);
转义html标签中的特殊字符
const htmlStr='<h1 title="abc">这是h1标签<span>123 </span></h1>'
const str=fz1148.htmlEscape(htmlStr);
console.log(str);
还原html标签中的特殊字符
const test='<h1 title="abc">这是h1标签<span>123&nbsp</span></h1>'
const str2=fz1148.htmlUnEscape(test);
console.log(str2);
开源协议
ISC
1.0.0
2 years ago