itheima-tools-ywp

1.0.0 • Public • Published

安装

npm install itheima-tools

导入

const itheima = require('itheima-tools')

格式化时间

// 调用dateFormat对事件进行格式化
const dtDtr = itheima.dateFormet(new Date())
console.log(dtDtr);

转义 HTML 中的特殊字符

// 调用htmlEscape将HTML字符串转换为实体
const htmlStr = itheima.htmlEscape('<h1>牛逼u啊还是滴哦</h1>')
console.log(htmlStr);
// 调用htmlUnEscape将实体转换回Html字符串
const str = itheima.htmlUnEscape(htmlStr)
console.log(str);

开源协议

ISC

Package Sidebar

Install

npm i itheima-tools-ywp

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

2.16 kB

Total Files

5

Last publish

Collaborators

  • ywp