会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
欲戴王冠,必承其重
博客园
首页
新随笔
联系
管理
2018年8月20日
记录一个格式化时间方法
摘要: export function parseTime(time, cFormat) { if (arguments.length === 0) { return null } const format = cFormat || '{y}-{m}-{d} {h}:{i}:{s}' let date if (typeof time === 'object') { d...
阅读全文
posted @ 2018-08-20 13:23 欲戴王冠,必承其重
阅读(565)
评论(0)
推荐(0)
编辑
公告