摘要: asctime(将时间和日期以字符串格式表示) #include<time.h> 定义函数 char * asctime(const struct tm * timeptr); 函数说明 asctime()将参数timeptr所指的tm结构中的信息转换成真实世界所使用的时间日期表示方法,然后将结果以 阅读全文
posted @ 2014-10-17 21:23 初来 阅读(6049) 评论(0) 推荐(0) 编辑