千妈小语

关注

python错误提示:TypeError: ‘builtin_function_or_method‘ object is not subscriptable

千妈小语

关注

阅读 149

2022-07-12


[]
换成
()

>>> yy.replace['a','s']
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: 'builtin_function_or_method' object is not subscriptable
>>> yy.replace('a','s')
'sbcdef'
>>>

python错误提示:TypeError: ‘builtin_function_or_method‘ object is not subscriptable_其它


相关推荐

玉字璧

TypeError: ‘builtin_function_or_method‘ object is not subscriptable

玉字璧 143 0 0

阎小妍

TypeError: ‘function‘ object is not subscriptable

阎小妍 111 0 0

陌岛

完美解决TypeError: ‘method‘ object is not subscriptable

陌岛 22 0 0

乌龙茶3297

Python TypeError: ‘NoneType‘ object is not subscriptable

乌龙茶3297 168 0 0

陆公子521

python3 TypeError: 'map' object is not subscriptable

陆公子521 167 0 0

心存浪漫

python实战:报错:TypeError: ‘int‘ object is not subscriptable

心存浪漫 139 0 0

年夜雪

解决TypeError: 'NoneType' object is not subscriptable

年夜雪 13 0 0

unadlib

【Python报错】成功解决TypeError: ‘xxx’ object is not subscriptable

unadlib 25 0 0

晗韩不普通

VueRouter报错:Uncaught TypeError: Object(...) is not a function

晗韩不普通 218 0 0

技术只适用于干活

Python list加了类型推断运行报错,TypeError: ‘type‘ object is not subscriptable,python3.7

技术只适用于干活 3 0 0

精彩评论(0)

0 0 举报