使用 open 函数打开某个 CSV 格式文件后, 如果要将整个文件里的内容读取到一个列表中, 需要使用以下文件对象的哪个函数? ( )
read()
readline()
readlines()
flush()