python 檢索一個目錄下全部的txt文件,並把文件改成.log

檢索一個目錄及子目錄下全部的txt文件,並把txt文件後綴改成log:html import os f_path = r'C:\Users\PycharmProjects\mystudy\Testfolder' def find_file(file_path, o_post, n_post, lis): ls = os.listdir(file_path) for i in ls:
相關文章
相關標籤/搜索