1.0.0 • Published 2 years ago

itheima-tools-zyz v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago
npm install itheima-tools

导入

const itheima = require('./index')

##格式化时间

//调用dateFormat对时间进行格式化
const dStr=new itheima.dateFormat(new Date())
##转换HTML字符串
const htmlstr = "<h1>这是一个h1标签<span>123&nbsp;</span></h1>"
console.log(itheima.htmlEscape(htmlstr));