请问文件里的信息//如何用fprintf读取呢?
file = fopen("spi.txt","w");for(i=0 ; i< 190 ;i++)fprintf(file,"%f\n",r[i]);fclose(file);