1.0.1 • Published 2 years ago

itheima-tools-xlb v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

安装

npm install itheima-tools

导入

const itheima = require('itheima-tools')

格式化时间

// 调用 dateFormat 对时间进行格式化
const dtStr = itheima.dateFormat(new Date())
// 结果:2023-04-03 14:55:00
console.log(dtStr);

转义 HTML 中的特殊字符

const str = itheima.htmlEscape("<h1>哈哈哈</h2>")
console.log(htmlStr);

还原 HTML 中的特殊字符

const str = itheima.htmlUnEscape(htmlStr)
console.log(str);

开源协议

ISC

1.0.1

2 years ago

1.0.0

3 years ago