fgets ( ). fgets(char *str, int size, stdin) 終止條件為收到所指定的字元數量,或是收到換行字元 \n 實際讀取的數量會比設定的還要少1,原因是因為 ...
確定! 回上一頁