C語言 文件讀取

FILE *fp = fopen("data.txt","rt");fscanf(fp,"%d", &n );/* 把數據放到數組中 */fclose(fp);
相關文章
相關標籤/搜索