char* fgets(char* str,int count,FILE* stream);. The fgets() function reads a maximum of count-1 characters from the given file stream and stores them in the ...
確定! 回上一頁