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

python保存爬取的图片

时间:2017-02-21 12:41:30      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:png   class   nbsp   head   span   and   urllib   write   read   

用爬虫抓取图片的保存

 

保存图片

request=urllib2.Request(randNumberUrl,data,headers)
picture=opener.open(request).read()
local=open(D:/tmp.png,wb)
local.write(picture)
local.close()

 

python保存爬取的图片

标签:png   class   nbsp   head   span   and   urllib   write   read   

原文地址:http://www.cnblogs.com/superxuezhazha/p/6423514.html

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