• 大小: 451B
    文件类型: .py
    金币: 1
    下载: 0 次
    发布日期: 2021-05-28
  • 语言: Python
  • 标签: python3.4  

资源简介

python3.4爬取网络图片,然后写入文件的示例小程序

资源截图

代码片段和文件信息

#! /usr/bin/python
# -*- coding: utf-8 -*-
import urllib.requesturllib.error
try:
#抓取网络资源
resp=urllib.request.urlopen(‘http://su.bdimg.com/static/superplus/img/logo_white_ee663702.png‘)
html=resp.read()

评论

共有 条评论