urllib2.HTTPError: HTTP Error 405(Method Not Allowed)
httpserver端要求GET方法,而请求的时候却使用了POST方法,因此出现了405错误urllib2-GET方法importurllib2,urllib,sysurl="http://www.abc.com"info=[('user','python'),('pass','python')]getURL=url+"?"+urllib.urlencode(info)request=urllib