1.0.1 • Published 2 years ago

lpc-tools v1.0.1

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

安装

npm install lpc-tools

导入

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

格式化时间

var a = lpctools.dateFormat()
//结果 2022-01-20  19:16:24

转译HTML特殊字符

var html = lpctools.htmlEsc('<h1>123</h1>')
//<h1></h1>结果 &lt;h1&gt;123&lt;/h1&gt;
console.log(html)

开源协议

ISC