1.0.0 • Published 3 years ago
qdwxb-tools v1.0.0
安装
npm install qdwxb-tools
导入
const qdwxb = require('qdwxb')
格式化时间
qdwxb.dateFormat(new Date())
// 2022-01-19 16:21:41
格式化HTML
let str = '<h1>hello js</h1>'
qswxb.htmlEscape(str)
//<h1>hello js</h1>
1.0.0
3 years ago