... readfile=fopen("file.dat","r+"); fputs(fgets(str,100,readfile),stdout); fclose(readfile); } printf("\n"); return 0; }.
確定! 回上一頁