摘要: 获取当前时间 function frontOneHour(fmt) { var currentTime = new Date(new Date().getTime()) // console.log(currentTime) // Wed Jun 20 2018 16:12:12 GMT+0800 阅读全文
posted @ 2020-12-17 16:44 菜鸟程序员的总结 阅读(1733) 评论(0) 推荐(0) 编辑