a=['1','2','3'] b=[int(i) for i in a] print(b) 输出为:[1, 2, 3] 相关文章: 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-02-19 2022-12-23 2021-04-11