data = urllib.urlencode(values) #数据进行编码生成get方式的请求字段req = urllib2.Request(url,data) #作为data参数传递到Request对象中POST方式 ...
確定! 回上一頁