摘要: 1 #! python 2 #coding:utf-8 3 4 ##!/usr/bin/python 5 # Filename : fileCp.py 6 import sys 7 import os 8 import shutil 9 10 fileList='filelist.txt' 11 targetDir='files... 阅读全文
posted @ 2017-07-26 14:44 BlueOceans 阅读(2270) 评论(0) 推荐(0) 编辑