c语言读写txt文件文字乱码 5 voidsaverage()/*保存数据*/{FILE*fp;inti;charfilepath[20];printf("输入要保存的文件路径:");fflush(stdin);gets(filepath);if((fp=fopen(filepath,"w+"))==NULL){printf("\n保存失... void saverage()/*保存数据 */ { FILE *fp; int i; char filepath[20];...