lzj-itheima-tools
v1.0.0
Published
提供了格式化时间、HTMLEscape相关的功能
Downloads
2
Readme
##安装
npm install itheima-tools
##导入
const ithiema = require('lzj-ithiema-tools')
##格式化时间
// 调用dateFormate对时间格式化
const dtStr = itheima.dateFormate(new Date())
// 结果 2022-06-14 19:06:33
console.log(dtStr)