Python move - 移动文件

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

使用 shutil.move

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

import shutil

shutil.move(src, dst)
20 浏览
31 爬虫
0 评论