python 读txt中的数字(必须中间是空格)

import numpy as np
a = np.loadtxt('/Users/matt/Downloads/output.txt')

https://blog.csdn.net/heyijia0327/article/details/42506063

猜你喜欢

转载自blog.csdn.net/funkidd/article/details/81983735