Linux獲取系統當前時間(精確到毫秒)

#include <stdio.h> #include <time.h> #include <sys/time.h> void sysLocalTime() { time_t timesec; struct tm *p; time(×ec); p = localtime(×ec); pr
相關文章
相關標籤/搜索