随笔 - 252, 文章 - 13, 评论 - 176, 阅读 - 58万
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

07 2016 档案

摘要:private String returnFullTimes(int theSecond) { int h = 0, m = 0, s = 0; h = (int)Math.Floor(theSecond / 3600.0); if (h > 0) { ... 阅读全文

posted @ 2016-07-27 08:48 快乐家++ 阅读(610) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示