1. 首页
  2. 编程语言
  3. Python
  4. python 淘宝爬虫

python 淘宝爬虫

上传者: 2019-03-16 02:52:30上传 PY文件 4.14KB 热度 63次
import time import leveldb from urllib.parse import quote_plus import re import json import itertools import sys import requests from queue import Queue from threading import Thread URL_BASE = 'http://s.m.taobao.com/search?q={}&n=200&m=api4h5&style=list&page={}' def url_get(url): # print('GE
用户评论