1.0.0 • Published 2 years ago

itheima-yy v1.0.0

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

安装

npm install itheima-yy

导入

const itheima = require('itheima-yy')

格式化时间

// 调用dateFormat对事件进行格式化
const time = itheima.dateFormat(new Date())
console.log(time);//  结果 2022-05-25 21:12:21

转义HTML中的特殊字符

// 调用 htmlEscape 进行转义
const content = '<h1>你好</h1>&"'
const title = itheima.htmlEscape(content)
console.log(title); // 结果&lt;h1&gt;你好&lt;/h1&gt;&amp;&quot;

开源协议

ISC