1.0.0 • Published 2 years ago

npm-demotools v1.0.0

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

安装

npm install npm-demotools

格式化时间

const tools = require('./npm-demotools');

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

html语义转换

const htmlStr = "<div class='demo'>abc&nbsp;</div>";

const str = tools.htmlEscape(htmlStr);

console.log(tools.htmlUnEscape(str));
1.0.0

2 years ago