摘要: 一、获取时间戳 auto timeNow = chrono::duration_cast<chrono::milliseconds>(chrono::system_clock::now().time_since_epoch()); char bufTime[16]{ 0 }; sprintf(buf 阅读全文
posted @ 2021-07-12 20:31 dillywei 阅读(52) 评论(0) 推荐(0)