NULL) { char temp[2] = {0}; for(i=0;i<5;i++) { fscanf(fptr,"%c",temp); a[i] = atoi(temp); ... andy2007:讀入字串結束符號\0也有換行的功能嗎?
確定! 回上一頁