https://blog.csdn.net/xiangchengguan/article/details/78987041
arr = ['22','44','66','88'] arr = list(map(int,arr)) print(arr) #[22, 44, 66, 88]