摘要: localtime 和 localtime_s:localtime:localtime(const time_t * _Time)time_t t;struct tm *local;time(&t);local=localtime(&t);localtime_s:localtime_s(struct... 阅读全文
posted @ 2015-01-17 17:20 Daringoo 阅读(196) 评论(0) 推荐(0)