用python爬取斗图啦图片

1、代码部分html # -*- 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("ht
相关文章
相关标签/搜索