方法一:#read txt method onef = open("./image/abc.txt")line = f.readline()while line: print line line = f.readline()f.close()方法二:#read ...
確定! 回上一頁