摘要: 把秒换算成时分秒public static String cal(int second) { int h = 0; int d = 0; int s = 0; int temp = second % 3600; if (secon... 阅读全文
posted @ 2015-12-01 13:53 yuyuhuiya 阅读(2560) 评论(0) 推荐(0)
摘要: 在做一些电商或购物的app时,我们经常会看到倒计时抢购的标示,今天恰有时间把项目中用到的该控件提取出来,有需要的可以参考下=========================================================================================... 阅读全文
posted @ 2015-12-01 13:48 yuyuhuiya 阅读(746) 评论(0) 推荐(0)