lxc-tools
v1.0.0
Published
提供了格式化时间/描述信息
Downloads
1
Readme
安装
npm init lxc-tools
导入
const data = require("./tools");
格式化时间
const a = data.dateFormat(new Date());
转换 html 特殊字符
const b = data.htmlEscape("<h1>这是h1标签<span> 这是span标签</span></h1>");
还原 html 特殊字符
const c = data.htmlUnEscape(b);
开源协议
ISC