摘要: 本例中的接口都来自C标准库 头文件 time.h #include<stdio.h> #include<time.h> /* struct tm { int tm_sec; /* 秒,范围从 0 到 59 */ int tm_min; /* 分,范围从 0 到 59 */ int tm_hour; 阅读全文
posted @ 2024-10-09 16:14 Maguyusi 阅读(41) 评论(0) 推荐(0)