1.0.0 • Published 5 years ago

haohao.tools v1.0.0

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

安装

npm i haohao

导入

const cyz = require('./haohao.tools')

格式化日期

const che = cyz.dataFormat(new Date())
console.log(che);

测试 转译

console.log('HTML转换');
const str = '<h1 title="abc">我是车雍正<span>天下所有的bug都是我的</span></h1>'
const yong = cyz.htmlEscape(str)
console.log(yong);

测试 还原

console.log('HTML还原');
const zheng = cyz.htmlUnEscape('<h1 title="abc">我是车雍正<span>我最牛逼了</span></h1>');
console.log(zheng);

开源协议

"license": "ISC"
1.0.0

5 years ago