1.0.0 • Published 2 years ago
csxy-tools v1.0.0
安装
npm i csxy-tools
导入
const cstool = require('csxy-tools');
格式化时间
const str = dt.dataFormat();
console.log(str);
转义 HTML 中的特殊字符
const htmlstr = '<h1 title="name">abc</h1>';
const newhtmlstr = dt.htmlEscape(htmlstr);
console.log(newhtmlstr)
还原 HTML 中的特殊字符
const htmlstr2 = dt.htmlUnEscape(newhtmlstr);
console.log(htmlstr2);
开源协议
ISC
1.0.0
2 years ago