error:[WinError 183] 当文件已存在时,无法创建该文件。 最佳解决方案:使用shutil.move即可。如果新文件名已存在,则会强制覆盖。 importshutil shutil.move(oldfilepath,newfilepath)