使用Python下载Bing图片(代码)

时间:2021-01-20 04:28:37
【文件属性】:
文件名称:使用Python下载Bing图片(代码)
文件大小:26KB
文件格式:PDF
更新时间:2021-01-20 04:28:37
bin data IN 直接上代码:复制代码 代码如下:# -*- coding: cp936 -*-import urllibimport osprint ‘Download data……’url = ‘http://cn.bing.com’urlFile = urllib.urlopen(url)data = urlFile.read()urlFile.close()data = data.decode(‘utf-8’)pre = ‘g_img={url:\”index1

网友评论