会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
darlingmz
向前看,向前迈!
博客园
首页
新随笔
新文章
联系
订阅
管理
2020年4月1日
【python】TypeError: 'Response' object is not subscriptable
摘要: 问题报错:TypeError: 'Response' object is not subscriptable (subscriptable:可下标的) 原因:返回的类型还未转换为json格式,就进行获取参数的操作。 解决方案: rep = auth_SDK_post(url, param)rep_j
阅读全文
posted @ 2020-04-01 20:06 darlingmz
阅读(10733)
评论(0)
推荐(0)
编辑