第11893题 单选
使用Python open函数打开CSV文件后,将整个文件读取到列表中应使用哪个文件对象函数?
A

read()

B

readline()

C

readlines()

D

write()