int fscanf ( FILE * stream, const char * format, ... );主要记录一哈format的使用示例:%s%*c%[^\n]
其中%*c表示跳过一个字符,%[^\n]表示读取数据遇到\n停止