Sportica   Sportica
摘要: int hS =_timeValue; //_timeValue 单位毫秒 hS = hS%1000; //毫秒秒 int h = sd/(60*60); //时 int m = sd/60 - h*60; //分 int s = sd - h*(60*60) - m*60; //秒 阅读全文
posted @ 2013-06-09 13:27 qingjoin 阅读(325) 评论(0) 推荐(0) 编辑
  Sportica