摘要: import requests from lxml import etree from threading import Thread class Spider(object): def __init__(self): self.header = {"user-agent": "Mozilla/5. 阅读全文
posted @ 2023-04-11 22:16 映辉 阅读(46) 评论(0) 推荐(0)
摘要: 1 import requests 2 from lxml import etree 3 4 header = { 5 "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like G 阅读全文
posted @ 2023-04-11 22:14 映辉 阅读(52) 评论(0) 推荐(0)