mascot li
Results
1
comments of
mascot li
请教下 python 怎么使用socks5、socks4的 ip 呢?我这边两种方法都尝试了,一直通不过,代码如下 def test_ip(ip, port): try: headers = get_headers() # 方法一 proxy = { "http": "socks5://" + ip + ':' + port, "https": "socks5://" + ip +...