发布于 2008-06-16 21:56:36
0楼
Syntax: int fscanf( FILE *stream, const char *format, ... );
The function fscanf() reads data from the given file stream in a manner exactly like scanf(). The return value of fscanf() is the number of variables that are actually assigned values, or EOF if no assignments could be made.
另外,读取文件还有其它命令。
无论成与败,无论甜与苦,我还是我。