1.0.0 • Published 5 years ago

idisxiaolan-tools-test v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago
npm install idisxiaolan-tools

导入

const idisxiaolan = require('idisxiaolan-tools')

格式化时间

console.log(idisxiaolan.dateFormat(new Date()));

转义 HTML 中的特殊字符

const str = `<h1 title="你好世界">hello&world</h1>`
console.log(idisxiaolan.htmlEscape(str));
const str1 = `&lt;h1 title=&quot;你好世界&quot;&gt;hello&amp;world&lt;/h1&gt;`
console.log(idisxiaolan.htmlUnEscape(str1));

开源协议

ISC

1.0.0

5 years ago