文章分类 -  C语言日期时间操作

摘要:#include "stdafx.h" #include #include #include #include #include using namespace std; int main() { time_t t; //秒时间 tm local; //本地时间 tm* gmt; //格林威治时间 char buf[128] = { ... 阅读全文
posted @ 2019-06-12 12:38 大芝麻 阅读(1808) 评论(0) 推荐(0)