1.0.0 • Published 4 years ago

chx-tool v1.0.0

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

安装

npm install chx-tool

导入

const chx = require('chx-tool')

格式化事件

chx.dateFormat(new Date());
// 结果是2021-03-02 11:12:13

转义HTML

chx.HTMLEscape('<h1>JavaScript</h1>');
// 结果是&lt;h1&gt;JavaScript&lt;/h1&gt;

还原HTML

chx.HTMLUnEscape('&lt;h1&gt;JavaScript&lt;/h1&gt;');
// 结果是<h1>JavaScript</h1>

开源协议

ISC

1.0.0

4 years ago