粗心早晨

文章
4
资源
0
加入时间
2年10月18天

python实现txt文件转为word

txt文件转为worddef get_file(file_dir): for root, dirs, files in os.walk(file_dir): return files # 返回所有文件名的列表info_list = get_file("info_500") #txt文件名for i in info_list: new = i.replace("txt", "docx") os.renam