1.0.0 • Published 3 years ago
oldk-tools v1.0.0
安装
npm install oldk-tools
导入
const mytool=require('myTools')
格式化时间
// 格式化时间的功能
const dtStr=mytool.dateFormat(new Date())
console.log(dtStr)
html字符串转换
const htmlStr='<h1>这是h1标签</h1>'
console.log(mytool.htmlEscape(htmlStr))
const htmlStr='<h1>这是h1标签</h1>'
console.log(mytool.htmlunEscape(htmlStr))
开源协议
ISC
1.0.0
3 years ago