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