本章將覆蓋所有在Python中使用的基本I/O功能。 ... #!/usr/bin/python # Open a file fo = open("foo.txt", "wb") print "Name of the file: ", fo.name # Close opend ...
確定! 回上一頁