import numpy as np a = np.array([1, 2, 3]) b = a.tolist() print(b)
本文标题:2019-05-30数组转列表
本文链接:https://www.haomeiwen.com/subject/ruamtctx.html
网友评论