Python move - 移动文件

创建日期: 2022-07-11 11:26 | 作者: 风波 | 浏览次数: 16 | 分类: Python

使用 shutil.move

参考:https://blog.csdn.net/wzy628810/article/details/118784110

import shutil

shutil.move(src, dst)
16 浏览
11 爬虫
0 评论