fp = open("data05.csv", "r", encoding="utf-8") data = fp.readlines() fp.close() print(data). 上面這個程式把data05.csv開啟成讀取用的檔案 ...
確定! 回上一頁