摘要: ★ 目标 使用Date获取一个年月日时分秒微秒的时间字符串 例如202407021100000100 ★ 代码实现 const currentDate = new Date(); const year = currentDate.getFullYear(); const month = String 阅读全文
posted @ 2024-07-02 11:25 CSMrDong 阅读(17) 评论(0) 推荐(0) 编辑