itheima-tools-xlb

1.0.1 • Public • Published

安装

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

Package Sidebar

Install

npm i itheima-tools-xlb

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

2.36 kB

Total Files

5

Last publish

Collaborators

  • orionxlb