“Python:介紹寫讀檔、消除空白、分割資料、指針位置” is published by kuan_min. ... f = open("test.txt","r")for i in f.readline():#這邊是readline print (i)
確定! 回上一頁