擷取壓縮檔案 print(fileName). #印出解壓縮檔案名稱 f.close(). #關檔 f = open(fileName,'r',encoding = 'utf8') #開啟CSV檔案,,唯讀utf-8解碼.
確定! 回上一頁