while (fgets(line, sizeof(line), fd)) ... 根据定义使用while(fscanf(fp, "%u,%d", &a, &b) > 0)去匹配多行数据时,如下数据: 2,hello
確定! 回上一頁