1.0.0 • Published 2 years ago

format_gm v1.0.0

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

安装

npm install devTools

导入

const devTools_GM = require('devTools_GM')

格式化时间

const formatDate = devTools_GM.dateFormat(dateStr)
// 2023~05~20 05:20:13

Html转义

const htmlEascape = devTools_GM.htmlEascape(htmlStr)
//
const htmlUnEascape = devTools_GM.htmlUnEascape(htmlStr)
//

开源协议

ISC
1.0.0

2 years ago