python常用功能代码手册

    xiaoxiao2023-09-30  155

    复制文件夹到指定目录

    # -*- coding: utf-8 -*- import shutil shutil.rmtree("./wechatgame/res",True)#如果有该目录,删除 shutil.copytree("res2.97m","./wechatgame/res")

     

    最新回复(0)