Python修改文件名

import os

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