1.0.1 • Published 2 years ago

itheima-toolsmiaoxuanji v1.0.1

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

安装

nom install ithema-tools

格式化时间

let a = itheima.dateFormat(new Date())
console.log(a);

转义HTML中的特殊字符

const htmlStr = `<h1>这是h1标签</h1>`
let b = itheima.htmlEscape(htmlStr)
console.log(b);

还原HTML字符串

let c = itheima.htmlUnEscape(b)
console.log(c);

开源协议

ISC

1.0.1

2 years ago

1.0.0

2 years ago