1.0.0 • Published 2 years ago

itheima-tools-yuhaodawang v1.0.0

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

安装

    npm install itheima-tools-yh

导入

const itheima = require('itheima-tools-yh')

格式化时间

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

转义 HTML 中的特殊字符

//要转换的HTML字符串
const htmlStr = '<div>是个标签</div>'
//转换结果
const str = itheima.htmlEscape(htmlStr)

还原 HTML 中的特殊字符

//要还原的HTML字符串
const str = '&lt;div&gt;是额外条款&lt;/div&gt;'
//还原结果
const htmlStr = itheima.htmlUnEscape(str)

开源协议

ISC