首页
软件开发
登录
6mi
u
盘
搜
搜 索
软件开发
python常用功能代码手册
python常用功能代码手册
xiaoxiao
2023-09-30
155
复制文件夹到指定目录
# -*- coding: utf-8 -*- import shutil shutil.rmtree("./wechatgame/res",True)#如果有该目录,删除 shutil.copytree("res2.97m","./wechatgame/res")
转载请注明原文地址: https://yun.8miu.com/read-106922.html
最新回复
(
0
)