Python 查找list中的某个元素的所有的下标方法
如下所示:#!/usr/bin/envpython#_*_coding:utf-8_*_name=['hello','world','a','b','c',1,2,3,'hello','world','a','b','c
list元素下标
如下所示:#!/usr/bin/envpython#_*_coding:utf-8_*_name=['hello','world','a','b','c',1,2,3,'hello','world','a','b','c