2021-04-25
阅读量:
5969
Python报错 list object has no attribute find
.find()是字符串的方法,返回查找的值在字符串中的索引位置。
列表对象没有.find()这个方法,列表使用in 或者 not in 查看某个对象在不在列表中:






评论(0)


暂无数据
推荐帖子
0条评论
0条评论
0条评论