摘要:
#include #include #include using namespace std; struct NowDate { char tmp0[16]; //年月日 char tmp1[16]; //时分秒 char tmp2[4]; //毫秒 }; NowDate getTime() { time_t timep; time (&tim... 阅读全文
posted @ 2019-05-08 19:52
蒲公英的花
阅读(1450)
评论(0)
推荐(0)
浙公网安备 33010602011771号