最初Python2写法: #!/usr/bin/env python # -*- coding:utf-8 -*- # -*- author:nancy -*- # python2抓取bing主页所有背景图片 import urllib,re,sys,os def get_bing_backphoto(): if (os.path.exists('photos')== False): os.mkdir('photos') for i in range(0,1000): url = 'http:/…