🌈 搜索
📅  最后修改于: 2022-03-11 14:46:58.353000             🧑  作者: Mango
os.makedirs(os.path.dirname(dest_fpath), exist_ok=True) shutil.copy(src_fpath, dest_fpath)