python一个列表,多个字符串,纯数字的,如何转换为真正的数字列表,具体看图吧。

如题所述

第1个回答  2015-01-28
result=[ int(i) for i in list]本回答被提问者采纳
第2个回答  2015-01-28
相似回答