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

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

代码示例6
results = [int(i) for i in results]