numpy.ndarray.put# 方法 ndarray.put(indices, values, mode='raise')# 对 indices 中的所有 n,设置 a.flat[n] = values[n]。 请参考 numpy.put 获取完整文档。 另请参阅 numpy.put等效函数