To read the entire remaining contents of the file as a string from a file object infile, which one should be used ? ( )
A、infile.read(2)
B、infile.read()
C、infile.readline()
D、infile.readlines()
发布时间:2025-01-10 01:33:23
A、infile.read(2)
B、infile.read()
C、infile.readline()
D、infile.readlines()