📅  最后修改于: 2022-03-11 14:47:12.657000             🧑  作者: Mango
# depending on the dimensions of your arrays you might use
numpy.concatenate( LIST, axis=0 )
# or
numpy.stack( LIST, axis=0 )
# or
numpy.vstack( LIST )