摘要:
from selenium import webdriverfrom selenium.webdriver import ChromeOptionsfrom time import sleepoption = ChromeOptions()option.add_experimental_option 阅读全文
posted @ 2020-02-22 16:24
干it的小张
阅读(1433)
评论(0)
推荐(0)
摘要:
from selenium import webdriverfrom time import sleepfrom selenium.webdriver.chrome.options import Optionschrome_options = Options()chrome_options.add_ 阅读全文
posted @ 2020-02-22 16:23
干it的小张
阅读(358)
评论(0)
推荐(0)
摘要:
- cookie的处理 - 手动处理 - cookie从抓包工具中捕获封装到headers中 - 自动处理 - session对象。- 代理 - 代理服务器 - 进行请求转发 - 代理ip:port作用到get、post方法的proxies = {'http':'ip:port'}中 - 代理池(列 阅读全文
posted @ 2020-02-22 16:06
干it的小张
阅读(286)
评论(0)
推荐(0)

浙公网安备 33010602011771号