1.0.0 • Published 5 years ago

chaolvha-tools v1.0.0

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

1.安装

npm i lvchao-tools

2.导入

const lvchao = require("lvchao-tools")

3.时间格式化

// 测试格式化世间
const str1 = lvchao.dateFormat();
console.log(str1);

4.转译

// 测试 转译
const str2 = lvchao.htmlEscape('<a href="#"></a>');
console.log(str2);

5.还原

// 测试 还原
const str3 = lvchao.htmlUnEscape('&nbsp;&gt;&lt;&quot;');
console.log(str3);

6.开源协议

ISC

1.0.0

5 years ago