1.0.0 • Published 2 years ago

itheima-utils-kkk v1.0.0

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

安装方式

npm install itheima-utils-kkk

导入方式及使用方法

const itheima = require('itheima-utils-kkk')
// 调用格式化时间的方法
const dt = itheima.dataFormat(new Date());
// 输出:2022-02-24 16:15:00

// 调用html转义方法
const str = itheima.htmlEscape('<h1>哈哈哈hhh</h1>')
// 输出:&lt;h1&gt;哈哈哈hhh&lt;/h1&gt;

// 调用反转义方法
const str = itheima.htmlUnEscape('&lt;h1&gt;哈哈哈hhh&lt;/h1&gt;')
// 输出:<h1>哈哈哈hhh</h1>

开源协议

ISC