1.0.0 • Published 3 years ago

typegeek_demo v1.0.0

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

安装

npm install typegeek_demo

导入

const typegeek_demo=require('typegeek_demo')

格式化时间

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

转义 HTML 中的特殊字符

const htmlStr=`<h1>被转义的特殊字符</h1>`
const str=typegeek_demo.htmlEscape(htmlStr)

还原 HTML 标签

const str2=typegeek_demo.htmlUnEscape(str)

开源协议

ISC