fileObject.readline() 一次readline()只讀取一列,整列會讀成一個string fileObject.readlines() 檔案如果有多列,所有內容讀成一個list ,換列處補上\n,一列為一個 ...
確定! 回上一頁