1.0.0 • Published 3 years ago
zxy_time_tool v1.0.0
##安装
nnpm i zxy_time_tool
##格式化时间
const time=tool.dataFormat(new Date()) console.log(time)
##转义html字符
const htmlStr='<h1>测试</h1>'
const res=tool.htmlscape(htmlStr)
console.log(res)
##还原html字符
##开源协议
ISC
1.0.0
3 years ago