摘要:
void GetLocalTimeString(string& strLocalTime, bool bDateOnly){ static char chTime[15]; time_t lTime; time(&lTime); tm sTM; localt... 阅读全文
posted @ 2021-09-28 07:32
lydstory
阅读(72)
评论(0)
推荐(0)
知识就是希望