DoubleLi

qq: 517712484 wx: ldbgliet

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2022年9月21日

摘要: 开发中对于特定格式的日期和格式获取很常见,这里给出一系列工具函数: #include <time.h> #include <sstream> using namespace std; // time转格式化字符串 std::string ShowDateTime(const tm& t, const 阅读全文
posted @ 2022-09-21 13:49 DoubleLi 阅读(1683) 评论(0) 推荐(0)