以下文件操作方法,打开后能读取CSV格式文件的选项是:
A.fo=open("123.csv","w")
B.fo=open("123.csv","r")
C.fo=open("123.csv","a")
D.fo=open("123.csv","x")
正确答案:A
相关答案
热门答案