摘要: 上传文件:sftp.put(local_path,server_path) 阅读全文
posted @ 2018-04-09 17:36 foreverlove~ 阅读(566) 评论(1) 推荐(0) 编辑
摘要: with open('f1.txt','r') as f1: with open('f2.txt','w') as f2: f2.write(f1.read()) 阅读全文
posted @ 2018-04-09 16:44 foreverlove~ 阅读(4100) 评论(0) 推荐(0) 编辑