itheima-lls
v1.0.0
Published
提供了格式化时间,HTMLEscape相关的功能
Downloads
2
Readme
使用文档 ##安装
npm install iteima-lls
##导入
const itheima=require('itheima-lls')
##格式化时间 //调用dateFormat对时间进行格式化 const dtStr =itheima.dateFormat(new Date()) //结果2022-02-20 17:55:58 console.log(dtStr)
##转义HTML中的特殊字符