1.0.0 • Published 2 years ago
nlf-tools v1.0.0
安装
npm install nlf-tools
导入
const tools = require("nlf-tools")
格式化时间的使用
const res = tools.dateFormat(new Date())
转义或还原html中的特殊字符
const htmlStr = '<h1 title="abc">这是h1标签<span>123 </span></h1>'
const str = tools.htmlEscape(htmlStr)
console.log(str)
const str2 = tools.htmlUnEscape(str)
console.log(str2)
开源协议
ISC
1.0.0
2 years ago