Python move - 移动文件

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

使用 shutil.move

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

import shutil

shutil.move(src, dst)
18 浏览
25 爬虫
0 评论