1.0.0 • Published 5 years ago

xzy-tools v1.0.0

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

1.安装

npm i xzy-tools

2.导入

// 引入自定义包
const xzyTools = require('./xzy-tools/index');

3.格式化时间

console.log(xzyTools.formatDate(new Date));

4.html转字符串

// html转字符串
console.log(xzyTools.htmlEscape(1231));

5.字符串转换html

// 字符串转html
console.log(xzyTools.htmlUnescape('3234'));

开源协议

ISC

1.0.0

5 years ago