numpy.recarray.choose# 方法 recarray.choose(choices, out=None, mode='raise')# 使用索引数组从一组选项中构造一个新数组。 请参阅 numpy.choose 获取完整文档。 另请参阅 numpy.choose等效函数