摘要: (JavaScript)日常整理的时间日期转换方法 // 获取当前时间绝对秒 getCurrentTimeLong(){ return parseInt(new Date().getTime()/1000); } // 获取当前日期 格式:yyyy-MM-dd HH:mm:ss getCurrent 阅读全文
posted @ 2021-05-22 21:46 小R谈编程 阅读(82) 评论(0) 推荐(0) 编辑