如何动态修改txt的某一行的内容,如同操作数据库一样?如题。多谢。[解决办法]TStringList *sg = new TStringList;sg->LoadFromFile("C:\\1.txt");然后修改sg的内容sg->SaveToFile("C:\\1.txt");