Python Requests IP直连
摘要:
import re import requests from urllib3.util import connection _orig_create_connection = connection.create_connection def patched_create_connection(address, *args, **kwargs): s = str(address[1]... 阅读全文
posted @ 2019-04-19 18:30 J4s0n 阅读(554) 评论(0) 推荐(0)
浙公网安备 33010602011771号