语法:
#include <stdio.h> int fgetc(FILE *stream);
返回:以unsigned char 类型返回输入流stream 中下一个字符(转换为int 类型)。如果到达文件 末尾或发生错误,则返回EOF。