摘要: 1.中文输出乱码(只解决输出问题) 解决办法(二选一) #include <iostream> #include "windows.h" using namespace std; // 方法1: // 引入Windows.h // 增加 SetConsoleOutputCP(CP_UTF8); // 阅读全文
posted @ 2024-07-12 04:57 一个小笨蛋 阅读(32) 评论(0) 推荐(0)