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