欢迎来到 Renly 的博客园,如果小伙伴们有需要讲解的技术,可以给笔者发消息或邮件留言!【renlywen@foxmail.com】
摘要: 时间转为时间戳 timeToTimestamp(time){ let timestamp = Date.parse(time) return timestamp; } 时间戳转为本地时间 timestampToTime(timestamp){ let date = new Date(timestam 阅读全文
posted @ 2020-07-27 15:27 Renly_wen 阅读(2339) 评论(0) 推荐(0) 编辑
……