摘要: import os,shutil def cp_file(source_directory, target_directory): shutil.copy(source_directory, target_directory) def get_path_file(): with open('2.tx 阅读全文
posted @ 2017-03-13 09:17 eguotangseng 阅读(1238) 评论(0) 推荐(0) 编辑