numpy.matrix.take# 方法 matrix.take(indices, axis=None, out=None, mode='raise')# 返回由 a 在给定索引处的元素形成的数组. 请参阅 numpy.take 以获取完整文档. 参见 numpy.take等效函数