python逐行讀txt文件,並統一每行加字符串

#逐行讀txt文件,並統一每行加字符串"_aligned." import os import numpy as np with open("./RAF/list_patition_label.txt") as txt: content = txt.readlines() #讀所有行 txt.close() lines =np.array(content) #轉換成array 類
相關文章
相關標籤/搜索