python的列表,有没有查找的功能Python中有一个搜索功能,四个方法:in、notin、count、index,最后两个是list方法,下面a_list=['a','b','c','hello'...