赞
踩
写入文件的顺序:
fopen(path); fwrite(data); fclose(fp); //File * fp = fopen(); 回收资源:delete []data; data = null;