Python修改文件名

import os

os.rename('original_name.txt','new_name.txt')
原文地址:https://www.cnblogs.com/yaos/p/7011342.html