1.0.0 • Published 5 years ago
jiutianshidishenmobituijinguangzhang v1.0.0
安装
const lg = require('index')
方法1
const dtStr = itheima.dateFormat(new Date())
console.log(dtStr)
//2020-08-28 15:12:25
方法2
const htmlStr = '<h1 title="abc">这是h1标签<span>123 </span></h1>'
const str = itheima.htmlEscape(htmlStr)
console.log(str)
//<h1 title="abc">这是h1标签<span>123 </span></h1>
开源协议
ISC
1.0.0
5 years ago