摘要: golang // 格式化时间 t1 := time.Now().Format("2006-01-02 15:04:05") Nodejs // 时间格式化 const moment = require('moment') // 区分大小写 moment().format("YYYY-MM-DD H 阅读全文
posted @ 2022-09-27 00:04 codeIsArt 阅读(22) 评论(0) 推荐(0) 编辑