摘要:
#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... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文