python如何将一个全部为int的列表,转化为全部为str的列表

2024-11-25 00:26:04
推荐回答(1个)
回答1:

print map(str,[1,2,3,4,5])
['1', '2'州档, '3', 册嫌乱'者升4', '5']