python 数组中的元素以空格为间隔输出(print出数组中所有的元素) np.set_printoptions(threshold=np.inf) for arr in Arrs: print arr,