Fork me on GitHub

  2023年3月17日
摘要: 一 最近遇到了一个需要根据时间记录文件名的。先写一个实例来实战: #include<stdlib.h> #include<time.h> #include<stdio.h> int main() { struct tm *newtime; char outfile[128]; time_t t1; 阅读全文
posted @ 2023-03-17 13:59 虚生 阅读(75) 评论(0) 推荐(0)