1.0.0 • Published 5 years ago

chengeqiang v1.0.0

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

1.安装

npm i chengeqiang

2.导入

const chen = require('chengeqiang');

3.时间格式化

const d = chen.dateFormat(202030210323);
console.log(d);

4.转译html字符串

const htmlStr = chen.htmlEscape('<h1 style="color:red">123</h1>');
console.log(htmlStr);

5.换转译html字符串

const htmlStr = chen.htmlUnEscape('&lth1 style=&quotcolor:red&quot&gt123&lt/h1&gt');
console.log(htmlStr);

6.开源协议

ISC

1.0.0

5 years ago