标签: python list
我有一个列表:
a=[u'hello',u'well',u'1024']
我希望将其作为:
a=[u'hello',u'well',1024]
所以请建议我如何拥有它。
答案 0 :(得分:1)
Python Map和使用try catch的转换函数
Deck