#include <stdlib.h> #include<stdio.h>. int main(){ FILE *fp; char ch; if((fp=fopen("test.txt","r"))==NULL){ printf("open file error!!\n"); system("PAUSE");
確定! 回上一頁