1.1.0 • Published 2 years ago

longbahai v1.1.0

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

安装

npm install longbahai

导入

const long = require('longbahai');

格式化时间

const datastr = long.dateFormat(new Date());
console.log(datastr);

转义 html 的字符

//转义
const htmlstr = "<h1 title='abc'>这是h1标签<span>123&nbsp;</span></h1>";
const a = long.escapeHtml(htmlstr);
//还原
const b = long.unescapeHtml(a);
console.log(b);

开源协议

ISC

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago