从文件中获取一个字符
The fgetc() function returns a single character from an open file. 函数的作用是:从文件指针中字取读符。
The fgetc() function is used to read a single character from a file. 函数是用来读取一个文件中的一个字符。