1.0.0 • Published 4 years ago

yx-tools-c v1.0.0

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

安装

npm i yx-tools-c

导入

const itheima = require('./yx-tools-c');

格式化日期

const dtStr = itheima.dateFormate(new Date());
console.log(dtStr);

测试 转译

const htmlStr = '<h1 title="abc">这是h1标签<span>123&nbsp;</span></h1>'
const str = itheima.htmlEscape(htmlStr);
console.log(str);

测试 还原

const str2 = itheima.htmlUnEscape(str);
console.log(str2);
1.0.0

4 years ago