📜  python 更改列表中元素的类型 - Dart 代码示例

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

代码示例1
list(map(int, ['1','2','3'])) # => [1,2,3]