码迷,mamicode.com
首页 > 编程语言 > 详细

python的文件操作

时间:2018-06-21 11:29:00      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:python   read   jpg   test   %s   users   col   with   with open   

for i in range(10):

    with open(rC:\Users\admin\Pictures\微信图片_20180608133815.jpg,rb) as f,open(C:\\Users\\admin\\Pictures\\test%s.jpg% i,wb) as ww:
        dat=f.read()
        ww.write(dat)

如何一口气复制十张图片?

上面这段代码就可以

python的文件操作

标签:python   read   jpg   test   %s   users   col   with   with open   

原文地址:https://www.cnblogs.com/yuanji2018/p/9207006.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!