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