📅  最后修改于: 2022-03-11 14:45:18.607000             🧑  作者: Mango
代码示例1
Source and destination need to be on the same file system.
As a fix, use the following instead of os.rename:
shutil.move()