摘要: JS时间格式化,时间戳的转换 Date.parse() :时间字符串可以直接Date.parse(datestring),不需要 new Date() Date.getTime() :需要将时间字符串先new Date(),再使用Date.getTime() 阅读全文
posted @ 2019-06-13 21:04 瞎BB的是2B 阅读(1579) 评论(0) 推荐(0)