单项选择题

假设file是文本文件对象,下列选项中,哪个用于读取一行内容?()

A.file.read()
B.file.read(200)
C.fle.readline
D.flereadlies()