摘要: 获取系统时间: #include <windows.h> SYSTEMTIME systm; GetLocalTime(&systm); char time[64] = { 0 }; printf("%d %d %d %d %d %d %d", systm.wYear, systm.wMonth, 阅读全文
posted @ 2021-12-07 10:44 WTSRUVF 阅读(58) 评论(0) 推荐(0) 编辑