np.repeat()np.repeat(a, repeats, axis=None)输入: a是数组,repeats是各个元素重复的次数(repeats一般是个标量,稍复杂点是个list),在axis的方向上 ...
確定! 回上一頁