1.0.1 • Published 1 year ago

moonxi-tools v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

安装

npm install moonxi-tools

导入

const moonxi = require('moonxi-tools');

格式化时间

// 调用dateFormat()方法对时间进行格式化
const dt = moonxi.dateFormat(new Date());

转义HTML中的特殊字符

// 调用htmlEscape()方法转义HTML字符串
const newStr = moonxi.htmlEscape(htmlStr);

将转义后的HTML字符串还原

// 调用htmlUEscape()方法还原
const htmlStr = moonxi.htmlUnEscape(newStr);

开源协议

ISC