VS2019输出系统当前时间
摘要:
#include <time.h> void TimeDisp(void) { time_t nowTime; nowTime = time(NULL); struct tm* sysTime = localtime(&nowTime); nowTime = time(NULL); sysTime 阅读全文
posted @ 2021-09-20 08:04 wangjinyang 阅读(720) 评论(0) 推荐(0)
浙公网安备 33010602011771号