MyNote-紀錄、筆記
2016年11月10日 星期四
Python - 讀file到陣列
f = open(FilePath,"r") array = [] for line in f: array.append(line)
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)