摘要: 取本地时间 一头文件#include time_t t; //秒时间 tm local; //本地时间 char buf[128] = { 0 }; t = time(NULL); //获取目前秒时间 loca... 阅读全文
posted @ 2014-08-29 09:54 yjig 阅读(206) 评论(0) 推荐(0)