numpy array 添加一个元素

a = np.array([1,2,3])
a = np.append(a,4)
append是np的方法,数组a没有append方法,和list不同


留言

熱門文章