📌  相关文章
📜  在 python 代码示例中将列表更改为 int

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

代码示例1
test_list = list(map(int,test_list))