摘要: 1 '''<--fumingyao 2019,8,28-->''' 2 from selenium import webdriver # 导入selenium自动化测试模块 3 from lxml import html # 导入xpath解析模块 4 import time # 导入时间模块 5 import requests # 导入爬虫request模块 6 import random # 阅读全文