摘要: 问题由来时间戳转换(时间戳:自 1970 年1月1日(00:00:00 )至当前时间的总秒数。)#include #include int main(int argc, const char * argv[]){ time_t t; struct tm *p; t=1408... 阅读全文
posted @ 2014-08-19 19:35 jihite 阅读(33848) 评论(0) 推荐(1)