1.0.1 • Published 3 years ago

yu-tools v1.0.1

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

安装

npm install yu-tools

导入

const yuTools = require('yu-tools')

格式化时间

// 调用 dateFormat 函数对时间进行格式化
const date = yuTools.dateFormat(new Date)

转译HTML字符

// 调用 htmlEscape 函数对HTML字符串进行转译
// htmlStr:HTML字符串
const str = yuTools.htmlEscape('htmlStr')

还原HTML字符

// 调用 htmlUnEscape 函数对转译HTML字符串进行还原
// str:转译HTML字符串
const html = yuTools.htmlUnEscape('str')

开源协议

ISC

1.0.1

3 years ago

1.0.0

3 years ago