it-toolss
v1.0.1
Published
提供一些格式化时间工具
Downloads
1
Readme
安装
npm i it-toolss
导入
const ittoolss = require("it-toolss")
格式化时间
const m = s.dateformat(new Date())
转义html字符串
const re = s.htmlEscape(h)
const ee = s.htmlunes(re)
//<h1 title='asdas'>这是h1标签</h1>
//<h1 title='asdas'>这是h1标签</h1>
开源协议
ISC