在Python中字符串、列表、元组、字典之间的相互转换 一、字符串(str)字符串转换为列表使用list()方法str_1="1235"str_2='zhangsan'str_3='''lisi'''tuple_1=list(s Python列表元组相互转换