摘要: #include <stdio.h> #include <time.h> struct tm *get_time(void) { time_t t; time(&t); t += 8*60*60; // 加时区 struct tm *tm = localtime(&t); tm->tm_year + 阅读全文
posted @ 2023-03-20 13:59 迷人的危险~ 阅读(16) 评论(0) 推荐(0) 编辑
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css