如何删除一个文件()
A:del(fp)
B:fp.delete()
C:os.remove(‘file’)
D:os.delete(‘file’)
出自:蓝鲸认证