会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
你猜猜我是谁
爱听音乐的coder运气不会差
博客园
首页
新随笔
联系
管理
订阅
2021年3月12日
java 处理几分钟前,几小时前
摘要: public static String dateDifferenceDesc(Date now, Date early) { String res = ""; if (null != now && null != early) { Long preTime = now.getTime() - ea
阅读全文
posted @ 2021-03-12 10:41 二次元的程序猿
阅读(663)
评论(0)
推荐(0)
编辑
公告