The fgets() function reads a line from a file without interpreting it. That is, fgets() reads the unread input up to and including the next new-line character.
確定! 回上一頁