返回顶部
摘要: 1. 使用_getcwd() std::string getModulePath() { bool flag = false; std::string myStr; const int iLength = 1024; char ModulePath[iLength] = { 0 }; char* p 阅读全文
posted @ 2020-04-17 08:27 Zoya23 阅读(461) 评论(0) 推荐(0)