from selenium import webdriver
from selenium.webdriver.chrome.service import Service
from webdriver_manager.chrome import ChromeDriverManager
from selenium.webdriver.common.by import By
from urllib.parse import urljoin
import os
import time
import random
加了这些,爬成功了,大致学完爬虫,还得进军大模型啊