摘要: 头文件:time.htime_t t;time(&t);tm * tt = localtime(&t);printf("%s\n",asctime(tt)); 阅读全文
posted @ 2014-08-29 09:56 凤凰涅磐欲重生 阅读(180) 评论(0) 推荐(0)