Python Close 方法 Python 文件对象属性 Python 文件File Close() 方法 Python Close 方法 #!/usr/bin/python # Open a file fo = open("foo.txt", "wb") print "Name of the file: ", fo.name # Close opend file fo.close() Python 文件对象属性 Python 文件File Close() 方法