Python 查找list中的某個元素的全部的下標方法

Python 查找list中的某個元素的全部的下標方法,具備很好的參考價值python #!/usr/bin/env python # coding:utf-8 name = ['hello', 'world', 'a', 'b', 'c', 1, 2, 3, 'hello', 'world', 'a', 'b', 'c', 1, 2, 3] first_pos = 0 for i in ra
相關文章
相關標籤/搜索