char * fgets ( char * str, int num, FILE * stream ); stdio.h 中的fgets() 從檔案一行一行的讀取資料,共需三個參數,第一個參數為儲存輸入資料的陣列 ...
確定! 回上一頁