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

open() 函数返回的文件对象,其常用方法是?

Aread() 和 write()
Bopen() 和 read()
Creadline() 和 seek()
Dclose() 和 flush()