1.0.1 • Published 3 years ago

mars-tools v1.0.1

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

安装

npm install mars-tools

导入

const marsTools = require("mars-tools");

格式化时间

// require('mars-tools') for time format
const dtStr = marsTools.dateFormat(new Date());
console.log(dtStr);

转义 html 中的特殊字符

...
1.0.1

3 years ago

1.0.0

3 years ago