檔案的讀寫(read, write),取得檔案夾內的檔案列表,檔案名稱的變更,檔案是否存在的 ... import glob files = glob.glob('path/*.txt') print(files).
確定! 回上一頁