单项选择题

在Python中,如何读取文件的内容?()

A.file.read()
B.file.readlines()
C.file.readline()
D.所有以上的选项