lxc-tools

1.0.0 • Public • Published

安装

npm init lxc-tools

导入

const data = require("./tools");

格式化时间

const a = data.dateFormat(new Date());

转换 html 特殊字符

const b = data.htmlEscape("<h1>这是h1标签<span>&nbsp这是span标签</span></h1>");

还原 html 特殊字符

const c = data.htmlUnEscape(b);

开源协议

ISC

Dependents (0)

Package Sidebar

Install

npm i lxc-tools

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

2.11 kB

Total Files

5

Last publish

Collaborators

  • lin-xi-chen