原型是char *fgets(char *s, int n, FILE *stream);. 從流中讀取n-1個字符,除非讀完一行(換行\n),參數s是來接收字符串,如果成功則返回s的指針, ...
確定! 回上一頁