1.0.0 • Published 5 years ago

itheima-jone-tools v1.0.0

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

安装

npm i itheima-jone-tools

导入

const jone = require('./itheima-jone-tools')

时间格式化

//格式化时间
const dt = jone.FormatDate();
console.log(dt);

转义

//测试转义
const str = jone.HtmlStr('<h2>这是一个h2标签<span>span标签</span></h2> ')
console.log(str);

还原

//测试还原
const UnStr = jone.HtmlUnStr()
console.log(UnStr);

协议

ISC

1.0.0

5 years ago