2018年8月23日

python学习6——拷贝文件

摘要: 一、拷贝文件。 首先建立一个空的txt文档,命名为11.txt。 from sys import argvfrom os.path import existsscript, from_file, to_file = argvprint("Copying from %s to %s." %(from_ 阅读全文

posted @ 2018-08-23 16:53 shannon_V 阅读(843) 评论(0) 推荐(0)

导航