• 2022-06-06
    函数()能读取文本文件中的一行。读取二进制文件或者其他文件时,应当用()函数。
    A: fgets(), fseek()
    B: fread(), fgets()
    C: fputs(), fgets()
    D: fgets(), fread()
    E: fread(), fseek()