首页 > 代码库 > numpy得到数组的index

numpy得到数组的index

itemindex = numpy.where(array==item)

numpy得到数组的index