1.0.0 • Published 2 years ago

kwhyyi v1.0.0

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

安装

npm install kwhyyi

导入

const kwhyyi = require('kwhyyi')

格式化时间

// 调用dateFormat对时间进行格式化
const dtStr = kwhyyi.dateFormat(new Date())

转移 HTML 中的特殊字符

const htmlStr = '<h1 title="logo">这是一个标题<span>小标题</span></h1>'
// 调用htmlDD 方法进行转换
const str = kwhyyi.htmlDD(htmlStr)
console.log(str)

还原 html

const str2 = kwhyyi.htmlUnEscape(str)

开源协议

ISC