以下文件操作方法中,打开后能读取CSV格式文件的选项是( )
·A:fo=open(“123.csv”,“w”)
·B:fo=open(“123.csv”,“x”)
·C:fo=open(“123.csv”,“a”)
·D:fo=open(“123.csv”,“r”)
出自:佳木斯大学语言治疗学