2016年11月10日 星期四

Python - 讀file到陣列

f = open(FilePath,"r")
array = []
for line in f:
    array.append(line)

沒有留言:

張貼留言