os.rename(“list.txt”,”123.txt”) os.rename(原檔名,新檔名). 1.1批量修改檔名. def batch_rename(path, prefix): # 函數功能: 在指定path路徑下,將該層檔案及資料夾 ...
確定! 回上一頁