C++ 獲取凌晨/月初 時間戳

static unsigned long long getMonthTime() { time_t t = time(0); // get time now struct tm * zeroTm= localtime(&t); zeroTm->tm_hour = 0; zeroTm->tm_min = 0; zer
相關文章
相關標籤/搜索