摘要:
import re from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_conditions... 阅读全文
摘要:
import requests from requests.exceptions import RequestException import re import json from multiprocessing import Pool def get_one_page(url): headers={'User-Agent': 'Mozilla/5.0 (Windows NT 10.... 阅读全文