Question. 我有這段代碼,應該在控制台中退出.csv文件中的信息; while(file.good()) { getline(file, ID, ','); cout << "ID: " << ID << " " ; getline(file, nome, ...
確定! 回上一頁