1.0.0 • Published 3 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);开源协议
ISC1.0.0
3 years ago