如何禁止NumPy自动跳过数组的中心部分并仅打印角点

import numpy as np
import sys
np.set_printoptions(threshold=sys.maxsize)

你可能感兴趣的:(Python,NumPy)