用C语言的输入输出虽然快但不稳,如果用流做就不会出现乱码了
哦 这个是你的判断问题while(1){ if(feof(in)==1)break;fputc(fgetc(in),out);} printf("Copy success!\n"); fclose(in); fclose(out); }