摘要: #include<chrono> auto timeNow = chrono::duration_cast<chrono::milliseconds>(chrono::system_clock::now().time_since_epoch()); char bufTime[16]{ 0 }; sp 阅读全文
posted @ 2018-09-27 15:48 _我头大 阅读(15875) 评论(0) 推荐(0) 编辑