UNPKG

getong-tool1

Version:

提供了格式化时间,HTMLEscape相关的内容

21 lines (18 loc) 310 B
##安装 ... npm install getong-tool1 ... ##导入 ...js const getong=('getong-tolls') ... ##格式化时间 ...js //调用dateFormat对时间进行格式化 const dtStr=getong.dateFormat(new Date()) console.log(dtStr) ... ##转义,还原HTML中的特殊字符 ... ##开源协议 ISC