int fputc(int ch,FILE *stream);//向文件中写字符int fgetc(FILE *stream);//从文件中读字符注意:1)fputc()函数的参数是 int ch,但是传入的时候需 ...
確定! 回上一頁