2019-05-30数组转列表

2019-05-30  本文已影响0人  Jin_Qiang
import numpy as np
a = np.array([1,  2,  3])
b = a.tolist()
print(b)
上一篇下一篇

猜你喜欢

热点阅读