np.concatenate,np.vstack(垂直堆叠),和np.hstack(水平堆叠),np.concatenate-最通用的方法这是最基本、最通用的拼接函数,它可以在一个给定的轴(axis)上连接一系列数组,语法nu...