2020年4月22日

摘要: void GetNowDate(char *datestr,char *format) { time_t nnowtime = time(NULL); struct tm tm_nowtime = *(localtime(&nnowtime)); datestr[0] =0; strftime(da 阅读全文
posted @ 2020-04-22 20:05 lydstory 阅读(1753) 评论(0) 推荐(0)

导航