摘要: #encoding: utf-8 from selenium import webdriver from selenium.webdriver.support.ui import Select,WebDriverWait from selenium.webdriver.common.by import By from selenium.webdriver.support import expe... 阅读全文
posted @ 2019-01-10 22:45 青春叛逆者 阅读(418) 评论(0) 推荐(0)
摘要: import json import re from multiprocessing.pool import Pool import requests from requests import RequestException def get_one_page(url): try: response =requests.get(url) # prin... 阅读全文
posted @ 2019-01-10 22:36 青春叛逆者 阅读(231) 评论(0) 推荐(0)
摘要: import json import re from multiprocessing.pool import Pool import requests from requests import RequestException def get_one_page(url): try: response =requests.get(url) if res... 阅读全文
posted @ 2019-01-10 22:35 青春叛逆者 阅读(453) 评论(0) 推荐(0)