python3----练习题(....)

Posted jonm

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3----练习题(....)相关的知识,希望对你有一定的参考价值。

 1 def save_file():
 2     url = http://css.8684.cn/citys/images/line/45.jpg
 3     root = rd:/pics/
 4     path = root + url.split(/)[-1]
 5     try:
 6         if not os.path.exists(root):
 7             os.mkdir(root)
 8         if not os.path.exists(path):
 9             r = requests.get(url)
10             with open(path, wb) as f:
11                 f.write(r.content)
12                 f.close()
13                 print("文件保存成功")
14         else:
15             print("文件已存在")
16     except:
17         print("爬取失败")

 

以上是关于python3----练习题(....)的主要内容,如果未能解决你的问题,请参考以下文章

scrapy主动退出爬虫的代码片段(python3)

scrapy按顺序启动多个爬虫代码片段(python3)

Python3练习题系列(08)——代码阅读方法及字典跳转表理解

笨办法学python3练习代码ex18.py

笨办法学python3练习代码ex21.py

笨办法学python3练习代码ex19.py