fp = fopen("file", "rb"); if (fp == NULL) { printf("找開文件失敗\n"); return; } fread(&b, sizeof(struct person), 20, fp);//這里從文件中讀出 ...
確定! 回上一頁