📜  python 字符串到 int 列表 - Python 代码示例

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

代码示例3
[int(s) for s in example_string.split(',')]