栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Python

python报以下错误:TypeError: ‘int‘ object is not subscriptable

Python 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

python报以下错误:TypeError: ‘int‘ object is not subscriptable

python报以下错误:TypeError: ‘int’ object is not subscriptable

for patent1_i in range(len(patent_prioritys)):
    patent_priority_claim_list = split_claim(patent_prioritys[patent1_i], claim_priority[patent1_i])

之前claim_num(后来改为数组patent_prioritys)是一个数值,错误把它当数组,给其加下标。
还有可能的类似错误:
数组忘了写下标,数组某项赋值成了 数组对象=数字;

查询其它人的博客,发现仍有其它可能引发此错误,无非是不可以相互操作的对象进行了操作或者是访问对象的方式不对,如:给数字加了下标,对一维数组加了两层索引等等

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/326467.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号