会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Yzl1990
曲则全,枉则直。夫唯不争,故天下莫能与之争
博客园
首页
新随笔
联系
管理
2016年5月16日
将秒数转换为基于00:00的时间
摘要: /** * 将秒数转换为基于00:00的时间 * 如541=9*60+1,表示09:01 * @param minutes * @return */ public static String getTimeByMinutes(int minutes){ //处理小时 int hour = minutes /...
阅读全文
posted @ 2016-05-16 10:13 艺言弈行
阅读(955)
评论(0)
推荐(0)
编辑