关于Visual Studio 2022的时间函数报错问题的解决办法
摘要:#include <iostream>#include <time.h>using namespace std;int main(){ time_t t = time(0);//返回从1970,1,1,00:00:00到现在的时间(毫秒) char tmp[64]; strftime(tmp,
阅读全文
posted @ 2022-06-21 09:58
浙公网安备 33010602011771号