python中的字符串/列表查找函数小总结
摘要:
#find()和index() ##首先是适用情况, 'list' object has no attribute 'find' , list没有find方法, str全有. ##返回的情况: 查找成功都会返回查找字符串的首位的下标(索引). 若是查找失败, index报错(Value Error) 阅读全文
posted @ 2022-10-14 01:13 hukuhn 阅读(91) 评论(0) 推荐(0) 编辑