1.0.0 • Published 1 year ago

ithema-tools-bsuc v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

操作文档

安装

npm i ithema-tools-bsuc

导入

const itheima = require('ithema-tools-bsuc')

方法

格式化时间

// 调用 dataFormat 方法,对时间进行格式化
const dtStr = itheima.dateFormat(new Date())
console.log(dtStr)

转义HTML字符串

const htmlStr = '<h1 title="abc">这是h1标签</h1>'
const newStr = itheima.escapeHtml(htmlStr)
console.log(newStr);

还原HTML字符串

const newUnStr = itheima.unescapeHtml(htmlStr)
console.log(newUnStr);

开源协议

ISC

1.0.0

1 year ago