单项选择题
A.ab B.rw C.r+ D.w+
A.没有区别 B.在r+中,指针最初位于文件的开头,而w+,指针处于末尾 C.在w+中,指针最初位于文件的开头,而r+,指针处于末尾 D.取决于操作系统
A.del(fp) B.fp.delete() C.os.remove(‘file’) D.os.delete(‘file’)