单项选择题

使用StreamReader对象的()方法,可以一次性读取指定文件的全部内容。

A.Read()
B.ReadBlock()
C.ReadLine()
D.ReadToEnd()