1.np.max(a, axis=None, out=None, keepdims=False). 求序列的最值. 最少接受一个参数. axis默认为axis=0即列向,如果axis=1即横向.
確定! 回上一頁