你瞅啥呢
摘要: 2024-04-26 moment.js和day.js之用法和优缺点对比 用法对比: Moment.js: 时间戳转时间格式: moment(timestamp).format('YYYY-MM-DD HH:mm:ss') 时间转时间戳: moment(dateString, 'YYYY-MM-DD HH:mm:ss').valueOf() Day.js: 时间戳转时间格 阅读全文
posted @ 2024-04-26 15:03 叶乘风 阅读(1388) 评论(0) 推荐(0)