🌈 搜索
📅  最后修改于: 2022-03-11 14:47:10.096000             🧑  作者: Mango
integers = [1, 2, 3, 4] stringed = ''.join(map(str,new)) # stringed = "1234"