📌  相关文章
📜  将列表转换为数组 python 代码示例

📅  最后修改于: 2022-03-11 14:46:42.526000             🧑  作者: Mango

代码示例2
a = np.array([1, 2])
list(a)