摘要: 原文链接:https://blog.csdn.net/yuec1998/article/details/79883318 #include<stdio.h>#include<time.h> int main(){ time_t timep; struct tm *p; time(&timep); p 阅读全文
posted @ 2019-12-08 16:05 wangaolin 阅读(435) 评论(0) 推荐(0) 编辑