import numpy as np np.set_printoptions(threshold=10001)
threshold可选,np.inf是无限大(infinity)
在打印前加上这两行代码即可