摘要: bool existsFile(string FileName) { fstream temp(FileName); bool ret = temp.good(); temp.close(); return ret;} 阅读全文
posted @ 2021-08-30 10:02 江南王小帅 阅读(38) 评论(0) 推荐(0)