numpy.where() 用法详解 numpy.where(condition[,x,y])numpy.where()有两种用法:1.np.where(condition,x,y)满足条件(condition),输出x, where()