摘要: 1、脚本 from sys import argvfrom os.path import existsscript,from_file,to_file = argvprint("Copy file %s to file %s" %(from_file,to_file))#以读的方式打开from_fi 阅读全文
posted @ 2018-02-23 15:53 Tang豆豆 阅读(228) 评论(0) 推荐(0)