1.0.1 • Published 8 months ago

cxiuh-tools v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

安装

npm install cxiuh-tools

导入

const cxhtools = require('../cxh-tools');

格式化时间

cxhtools.dateformat(new Date())

转义字符中的html标签

const htmlstr ='<h1 style="color:red">hello&world<h1>';
console.log(cxhtools.htmlEscape(htmlstr));

还原字符中的html标签

const str = '&lth1 style=&quotcolor:red&quot&gthelll&ampworld&lth1&gt';
console.log(cxhtools.htmlUnEscape(str))

开源协议

ISC
1.0.1

8 months ago