fscanf, fwscanf Read formatted data from a stream.int fscanf( FILE *stream, const char *format [, argument ]... );int fwscanf( FILE *stream, const wchar_t *format [, argument ]... );Return Value // 也就是正常会返回从文件成功写入的变量个数,否则返回EOF Each of these fun...