1.0.1 • Published 1 year ago

xlh-tools v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

安装

npm install tools

导入

const tools = require('tools')

格式化时间

const c = tools.dateFormat(new Date())
console.log(c);

转义HTML中的特殊字符

const htmlstr = '<h1 title="abc">这是一个h1标签<span>123&nbsp;</span></h1>'
const a = tools.htmlEscape(htmlstr)
const b = tools.htmlUnescape(a)
console.log(a);
console.log(b);

开源协议

ISC

1.0.1

1 year ago

1.0.0

1 year ago