摘要: (1)localtime用来获取系统时间,精度为秒 #include <stdio.h> #include <time.h> int main() { time_t time_seconds = time(0); struct tm* now_time = localtime(&time_secon 阅读全文
posted @ 2020-12-04 18:08 今天的小马同学 阅读(4445) 评论(0) 推荐(0) 编辑