概述readline() 方法用于从文件读取整行,包括"\n" 字符。 ... #!/usr/bin/python # -*- coding: UTF-8 -*- # 打开文件 fo = open("youj.txt", "rw+") print "文件名 ...
確定! 回上一頁