我正在尝试用C语言读取文件
while(1){ if(feof(file)){ break; } printf("%c",fgetc(file)); }
最后我得到了特殊的角色,比如 我在文件中没有这样的东西
c file
c ×1
file ×1