首页题库练习题目详情
Python程序设计单选题中等

在Python中,如何以只读模式打开文件?

Aopen(file, 'r')
Bopen(file, 'w')
Copen(file, 'a')
Dopen(file, 'x')