📜  如何在 python 代码示例中列出剩余的 str 以使其成为 int

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

代码示例1
list(map(int,['1','23','2','53','65']))