摘要: import urllib.request import urllib.parse import json proxy_support = urllib.request.ProxyHandler({'http':'http://10.3.246.5:8500'}) opener = urllib.request.build_opener(proxy_support, urllib.reques... 阅读全文
posted @ 2018-08-01 15:25 Javi 阅读(271) 评论(0) 推荐(0) 编辑