1.0.0 • Published 3 years ago

itheima-zwhy v1.0.0

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

安装

npm install itheima-zwhy

导入方式

const itheima = require('itheima-zwhy')

功能1 格式化时间日期

// 调用 dateFormat 方法 格式化时间
const dt = new Date()
const newData =  itheima.dateFormat(dt);

功能2 转换HTML字符

// 调用 changeStr 方法 将HTML标签字符转化
const str = '<h1>123$456</h1>'
const newStr = itheima.changeStr(str)

功能3 还原HTML字符

// 调用 deacidizing 方法 将HTML字符还原
const str = '&lth1&gt123&amp456&lt/h1&gt'
const newHtml = time.deacidizing(str)

开源协议

ISC