而如果要从文件中读取一个double类型的浮点数, 就不能用%f, 而要用%lf才可以. 如. double a;. float b;. fscanf(fp, "%f", &a); // 这里得到的a的数值 ...
確定! 回上一頁