時間字符串格式相互轉換——C語言

#include <stdio.h> #include <time.h> #include <iostream> #include <string> #include <cstring> #include <cassert> using namespace std; typedef time_t TIME; string ToStrTime(TIME timestamp) { char b
相關文章
相關標籤/搜索