獲取系統時間精確到毫秒級C++代碼實現

#include <windows.h>//必須包此頭文件 #include<iostream> using namespace std; int main() {     SYSTEMTIME t;     GetLocalTime(&t);     cout << t.wYear << "年" << t.wMonth << "月" << t.wDay << "日" //就是毫秒數     <<
相關文章
相關標籤/搜索