用追加模式,不要用写入模式举个例子:FILE * DataFile = _tfopen(strFileName,_T("at"));
用追加的方式打开文件,比如用c语言,fopen("file","a+")