2021年7月26日
摘要: void read_txt( char *file , vector<string> *data ){ string line; //保存读入的每一行 if ( _access(file, 0 ) == 0 )//文件存在 { ifstream readFile(file);//创建一个fstrea 阅读全文
posted @ 2021-07-26 14:36 ′斯文敗類 阅读(84) 评论(0) 推荐(0)