2.0.0 • Published 2 years ago

yww-tools v2.0.0

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

安装方式

npm i yww-tools

导入方式

const tools = require('yww-tools');

格式化时间

console.log(tools.dateFormat());

html特殊字符的转码

let str = '<h1 id="aa">aa<h1>';
//&lt;h1 id=&quot;aa&quot;&gt;aa&lt;h1&gt;
console.log(tools.htmlEscape(str));
//<h1 id="aa">aa<h1>
console.log(tools.htmldescape(tools.htmlEscape(str)));

开源协议

ISC

2.0.0

2 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago