利用Python整理PPT

思路 1.編號 首先複製粘貼ppt所在位置,然後修改path,運行以下代碼 import os path='F:\example' #ppt文件所在位置 count = 1 for file in os.listdir(path): if file.endswith('.pptx') or file.endswith('.ppt'): os.rename(os.path
相關文章
相關標籤/搜索