摘要:
import shutil import os #目录自己改一下即可,复制 path = "./static/imgs/" new_path = "./static/upload/" for file in os.listdir(path): full_file = os.path.join(path, file) new_full_file = os.path.joi... 阅读全文
posted @ 2019-06-03 16:37
aidenzdly
阅读(1318)
评论(0)
推荐(0)

浙公网安备 33010602011771号