阅读背景:

python列表,元组,字典和字符串之间的相互转换

来源:互联网 

元组转换成列表

>>> mytuple = (1,2,3)
>>> print list(mytuple)
[ l



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: