摘要:
https://blog.csdn.net/weixin_38339025/article/details/89161324 阅读全文
posted @ 2022-07-12 14:02
泽良_小涛
阅读(8)
评论(0)
推荐(0)
摘要:
(1)代码 static string dateStr() { char buf[64] = {0}; time_t tt = time(NULL); strftime(buf, sizeof(buf), "%a, %b %d %Y %H:%M:%S GMT", gmtime(&tt)); retu 阅读全文
posted @ 2022-07-12 13:36
泽良_小涛
阅读(117)
评论(0)
推荐(0)