1.0.0 • Published 3 years ago
itheima-zwhy v1.0.0
安装
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 = '<h1>123&456</h1>'
const newHtml = time.deacidizing(str)
开源协议
ISC
1.0.0
3 years ago