为了账号安全,请及时绑定邮箱和手机立即绑定

base64编码后在进行urlencode提示type eroor

base64编码后在进行urlencode提示type eroor

yingdianjishu 2016-09-04 19:39:11
urlliburllib2base64 url = data = data_base64 = base64.b64encode(data) data_url = urllib.urlencode(data_base64) url2 = urllib2.Request(urldata_url) response = urllib2.urlopen(url2) apicontent = response.read() apicontent 错误: Traceback (most recent call last):   File "F:/python_test/�ӿڲ���", line 7, in <module>     data_url = urllib.urlencode("'"+data_base64+"'")   File "D:\Python27\lib\urllib.py", line 1333, in urlencode     raise TypeError TypeError: not a valid non-string sequence or mapping object
查看完整描述

1 回答

?
weenhall

TA贡献121条经验 获得超57个赞

很明显是类型错误,包含非法的字符序列,好好检查下

查看完整回答
反对 回复 2016-09-08
  • 1 回答
  • 0 关注
  • 6158 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信