利用Python整理PPT

思路 1.編號 首先複製粘貼ppt所在位置,而後修改path,運行如下代碼web 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.p
相關文章
相關標籤/搜索