摘要: #include <iostream>#include <string>#include <fstream> using namespace std; string logSave; void LogWrite(string Mesg) { ofstream write; write.open(lo 阅读全文
posted @ 2022-08-12 09:43 江南王小帅 阅读(199) 评论(0) 推荐(0)