用python爬取斗图啦图片

一、代码部分 # -*- coding:utf-8 -*- ''' 1、python版本 python3.6 2、IDE PyCharm 2017.3 ''' import requests import urllib.request import re #获取每一个主页面中的分类条目url链接 def get_page(num): html = requests.get("http:
相关文章
相关标签/搜索